LoginSignup
4
4

More than 5 years have passed since last update.

Play! framework を heroku にデプロイ

Last updated at Posted at 2013-10-25

Play framework 2.2.0 をherokuで公開する

事前準備

プロジェクト作成

Git_Bash
play new your-app

Eclipse プロジェクトファイル作成

Git_Bash
cd your-app
play eclipse

git初期化 ~ deploy

Git_Bash
git init
heroku create your-app
git add .
git commit -m "create project"
git push heroku master

確認

Git_Bash
heroku open
4
4
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
4
4