1诀黍、用pycharm新建一個Flask工程
2、安裝 gunicorn
pip install gunicorn
3、在工程目錄下新建文件Procfile滤港,填充內(nèi)容
web: gunicorn app:app
4、把開發(fā)用的包導(dǎo)出到requirements.txt
pip freeze > requirements.txt
安裝Heroku CLI
下載并安裝Heroku CLI趴拧。
如果尚未登錄蜗搔,請登錄到Heroku帳戶劲藐,然后按照提示創(chuàng)建新的SSH公鑰。
$ heroku login
克隆存儲庫
使用Git將Beatifyg的源代碼克隆到本地計算機樟凄。
$ heroku git:clone -a beatifyg
$ cd beatifyg
部署變更
對您剛剛克隆的代碼進行一些更改聘芜,然后使用Git將其部署到Heroku。
$ git add .
$ git commit -am "make it better"
$ git push heroku master