1

Noob Ruby on Rails Developer 在这里,所以请原谅我的无知。所以我试图让这个应用程序部署在 Heroku 上。

目前我的heroku日志中的最后四行是:

2013-04-22T01:50:19.459579+00:00 heroku[api]: Starting process with command `bundle exec     rake db:migrate` by nevin.watkins@gmail.com
2013-04-22T01:50:22.560589+00:00 heroku[run.6823]: Starting process with command `bundle exec rake db:migrate`
2013-04-22T01:50:22.560405+00:00 heroku[run.6823]: Awaiting client
2013-04-22T01:50:22.837077+00:00 heroku[run.6823]: State changed from starting to up
2013-04-22T01:50:38.906768+00:00 heroku[run.6823]: Process exited with status 0
2013-04-22T01:50:38.918254+00:00 heroku[run.6823]: State changed from up to complete
2013-04-22T01:50:43.330599+00:00 heroku[router]: at=error code=H10 desc="App crashed"     method=GET path=/ host=eagerfans.com fwd="74.199.107.176" dyno= connect= service= status=503     bytes=
2013-04-22T01:50:43.340764+00:00 heroku[nginx]: 74.199.107.176 - - [22/Apr/2013:01:50:43     +0000] "GET / HTTP/1.1" 503 601 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3)     AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31" eagerfans.com
2013-04-22T01:50:43.482962+00:00 heroku[nginx]: 74.199.107.176 - - [22/Apr/2013:01:50:43     +0000] "GET /favicon.ico HTTP/1.1" 503 601 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3)     AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31" eagerfans.com
2013-04-22T01:50:43.479123+00:00 heroku[router]: at=error code=H10 desc="App crashed"     method=GET path=/favicon.ico host=eagerfans.com fwd="74.199.107.176" dyno= connect= service=     status=503 bytes=

再次,如果我完全搞砸了,我很抱歉。我认为很明显我在此过程中错过了一些事情。

如果你可以请告诉我这将是伟大的。谢谢您的帮助!

4

1 回答 1

1

使用它会帮助你。希望它对你有用。

http://benji.so/2012/11/27/a-guide-to-enki-heroku-deployment

于 2013-04-22T05:32:47.923 回答