Physics Derivation Graph navigation Sign in

heroku on mac

Published 2015-10-08T02:04:00.001Z by Physics Derivation Graph

  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