前提
・wget必須
brew install wget
・sbtいれる?
Error: Unable to access jarfile /Users/shinsugita/.conscript/sbt-launch.jar
上のへんなエラー出るのでsbt-launch.jarが必須?
sbt Reference Manual — 手動インストール ダウンロードしてきて
cp ~/Downloads/sbt-launch.jar ~/.conscript/
コピーした。
晴れてこれインストール可能!
curl https://raw.githubusercontent.com/n8han/conscript/master/setup.sh | sh
次は
giter8
cs n8han/giter8 An unexpected error occurred: Please check your internet connection. You may need to generate a github access token. see https://help.github.com/articles/creating-an-access-token-for-command-line-use/ Exception message: Unexpected response status: 301
cs --auth githubのメアド:パスワード
したが、ダメ
見ると、cs n8han/giter8
ではないcs foundweekends/giter8
に移行って・・・。
公式の2.2だとおかしいが、2.4だとしれっと修正されている!!! http://www.scalatra.org/2.4/getting-started/installation.html
./sbt
後に
> container:start
では、
Error: Could not find or load main class WebServerLauncher
の変なエラー。
こうではなく
jetty:start
https://github.com/scalatra/scalatra-sbt/issues/7
リロード
> ~;jetty:stop;jetty:start
Automatic code reloading
http://www.scalatra.org/2.4/getting-started/first-project.html