LoginSignup
0
0

More than 5 years have passed since last update.

Heroku with Python Getting Start

Last updated at Posted at 2018-03-21

Getting Start with Python

いかに沿って行う
https://devcenter.heroku.com/articles/getting-started-with-python#introduction

クライアントのインストール
https://devcenter.heroku.com/start

ログイン

heroku login

push

git clone https://github.com/heroku/python-getting-started.git
cd python-getting-started
heroku create
git push heroku master
heroku open

ログ見る

heroku logs --tail

プロセス見る

heroku ps

スケーリング

heroku ps:scale web=0
heroku ps:scale web=1

プロファイル

vim Profile

web app

コンソール
https://dashboard.heroku.com/apps

0
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
0
0