teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

5

文法の修正

2018/04/02 07:07

投稿

yutthi555
yutthi555

スコア12

title CHANGED
File without changes
body CHANGED
@@ -68,13 +68,14 @@
68
68
  ### 試したこと
69
69
 
70
70
  error code h10の意味は
71
- [https://devcenter.heroku.com/articles/error-codes#h10-app-crashed](URL)
71
+ [Heroku Error Codes](https://devcenter.heroku.com/articles/error-codes#h10-app-crashed)
72
72
  Web dynoがクラッシュしていると書いてあります。
73
73
  同じ内容でerrorを起こしていそうな方の記事をみてみるとProcfileに問題があるのではと思い、内容を変更しましたが、変わりませんでした。
74
- [https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326](URL)
74
+ [Django: Heroku Failing to launch, at=error code=H10 desc=“App crashed”](https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326)
75
75
 
76
+
76
77
  guniconeもこちらの記事通りインストールしました。
77
- [https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application](URL)
78
+ [Deploying Python Applications with Gunicorn](https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application)
78
79
 
79
80
  インストールしたあと呼び出せていないということなのでしょうか。
80
81
  gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>

4

文法の修正

2018/04/02 07:07

投稿

yutthi555
yutthi555

スコア12

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,5 @@
1
1
  ### 前提・実現したいこと
2
- [](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
2
+ [DjangoアプリをHerokuにデプロイする](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
3
3
  こちらに書かれている内容の通りに一通り実行してみました。
4
4
  $ git push heroku master
5
5
  もうまく実行でき

3

文法の修正

2018/04/02 07:05

投稿

yutthi555
yutthi555

スコア12

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,5 @@
1
1
  ### 前提・実現したいこと
2
- [https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893](URL)
2
+ [](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
3
3
  こちらに書かれている内容の通りに一通り実行してみました。
4
4
  $ git push heroku master
5
5
  もうまく実行でき

2

文法の修正

2018/04/02 07:04

投稿

yutthi555
yutthi555

スコア12

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,5 @@
1
1
  ### 前提・実現したいこと
2
-
3
- https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893
2
+ [https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893](URL)
4
3
  こちらに書かれている内容の通りに一通り実行してみました。
5
4
  $ git push heroku master
6
5
  もうまく実行でき
@@ -69,12 +68,14 @@
69
68
  ### 試したこと
70
69
 
71
70
  error code h10の意味は
72
- https://devcenter.heroku.com/articles/error-codes#h10-app-crashed
71
+ [https://devcenter.heroku.com/articles/error-codes#h10-app-crashed](URL)
73
72
  Web dynoがクラッシュしていると書いてあります。
74
73
  同じ内容でerrorを起こしていそうな方の記事をみてみるとProcfileに問題があるのではと思い、内容を変更しましたが、変わりませんでした。
75
- https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326
74
+ [https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326](URL)
75
+
76
76
  guniconeもこちらの記事通りインストールしました。
77
- https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application
77
+ [https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application](URL)
78
+
78
79
  インストールしたあと呼び出せていないということなのでしょうか。
79
80
  gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
80
81
  Procfile

1

文法の修正

2018/04/02 07:03

投稿

yutthi555
yutthi555

スコア12

title CHANGED
File without changes
body CHANGED
@@ -81,6 +81,8 @@
81
81
  この一文が原因でしょうか。
82
82
  Haltserverも調べてみたんですがよくわかりません。
83
83
 
84
+
85
+ Procfile
84
86
  ```
85
87
  web: gunicorn myDjango.wsgi --log-file -
86
88
  web: gunicorn gettingstarted.wsgi