Skip to content

Instantly share code, notes, and snippets.

@rightgo09
Last active December 30, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightgo09/4dd38582220a8f5fac32 to your computer and use it in GitHub Desktop.
Save rightgo09/4dd38582220a8f5fac32 to your computer and use it in GitHub Desktop.
$ unzip typesafe-activator-1.3.7-minimal.zip
$ mv ~/Downloads/activator-1.3.7-minimal ~/local
$ ln -s ~/local/activator-1.3.7-minimal/activator ~/bin/activator
$ chmod +x ~/local/activator-1.3.7-minimal/activator
$ mkdir play2.4.6_test
$ cd play2.4.6_test/
$ activator new my-first-app play-scala
// めっちゃ待つ。。。
$ cd my-first-app
$ ./activator run
// めっちゃ待つ。。。
// http://localhost:9000 にアクセス
// 少し待つ
// Ctrl + C
$ cd ..
$ activator new my-second-app play-scala
// 2回目は待たない
$ cd my-first-app
$ ./activator run
// めっちゃ待つ。。。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment