Skip to content

Instantly share code, notes, and snippets.

@wataru420
Created February 4, 2012 12:15
Show Gist options
  • Save wataru420/1737489 to your computer and use it in GitHub Desktop.
Save wataru420/1737489 to your computer and use it in GitHub Desktop.
HerokuでPlay2.0日本語対応用のコマンド
$ 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
@toddsundsted
Copy link

Thanks! Worked like a charm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment