LoginSignup
1
0

More than 5 years have passed since last update.

ローカル環境でHEROKUを使おう

Last updated at Posted at 2017-08-09

まずは、herokuをインストールしよう!

$ gem install heroku

次に、herokuにログインしよう!

$ heroku login
その後、指示通りに、メールアドレス、パスワードを打ってログインしよう!

$ heroku create
$ git init
$ git add .
$ git commit -m 'Commit_Message'
$ git push heroku master

追い追い追加して記事を書いて行きます。

herokuのログをリアルタイム更新で見る

 $ heroku logs -t
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