502 sudo pip install virtualenv
503 heroku
505 cd ~/version_controlled/
507 git clone https://github.com/heroku/python-getting-started.git
508 cd python-getting-started/
510 heroku create
511 git push heroku master
512 heroku ps:scale web=1
514 heroku open
No comments:
Post a Comment