LoginSignup
1
0

More than 5 years have passed since last update.

Play2.0のアプリをherokuにdeployしたときのエラーE10を解消する方法

Last updated at Posted at 2012-04-10

公式ドキュメントを参照した。
http://www.playframework.org/documentation/2.0/ProductionHeroku

ルートディレクトリで下記を実行

echo "web: target/start -Dhttp.port=${PORT} ${JAVA_OPTS}" > Procfile

あとは同じ

git init
git add .
git commit -m "init"
heroku create -s cedar
git push heroku master
heroku open

#%や$はコピペしにくいので抜いた

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0