1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Masonite をHerokuで公開する方法

Posted at

1. Procfile ファイルを追加する

Procfile をプロジェクトのトップにつかします

web: gunicorn wsgi  --log-file -

git に追加

2. Heroku に新規アプリケーションを追加する。

$ heroku create

3. git remote を追加する。

$ heroku git:remote -a {app-name}

4. Herokuアプリケーションを公開する

$ git push heroku master

詳細は作者の ポストに公開されています。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?