LoginSignup
2
1

More than 5 years have passed since last update.

herokuコマンドで環境を確認

Last updated at Posted at 2014-05-19

$ heroku run console

Running `console` attached to terminal... up, run.2434
!
! Timeout awaiting process

タイムアウト・・

http://stackoverflow.com/questions/8582860/heroku-run-console-get-timeout-awaiting-process
これを参考にして
herokuにアクセスできるかテスト

$ telnet rendezvous.heroku.com 5000

Trying 50.19.103.36...
telnet: connect to address 50.19.103.36: Operation timed out
telnet: Unable to connect to remote host

$heroku run:detached rake db:migrate

Running `rake db:migrate` detached... up, run.9466
Use `heroku logs -p run.9466` to view the output.

$ heroku logs -p run.9466

$ heroku logs -p run.9466 -t

2014-05-19T05:36:52.188739+00:00 heroku[run.9466]: Process exited with status 1
2014-05-19T05:36:52.195286+00:00 heroku[run.9466]: State changed from up to complete

2
1
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
2
1