Created
February 4, 2012 12:15
-
-
Save wataru420/1737489 to your computer and use it in GitHub Desktop.
HerokuでPlay2.0日本語対応用のコマンド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku config:add SBT_OPTS="-Xmx384m -Xss512k -XX:+UseCompressedOops -Dfile.encoding=UTF8" | |
$ heroku config:add BUILDPACK_URL="https://github.com/wataru420/heroku-buildpack-scala.git" | |
$ echo "web: target/start \${SBT_OPTS}" > Procfile | |
$ git commit -am 'Procfile using SBT_OPTS | |
$ git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Worked like a charm!