Upgrade to Pro — share decks privately, control downloads, hide ads and more …

15-437 Heroku

ThierrySans
November 11, 2014

15-437 Heroku

ThierrySans

November 11, 2014
Tweet

More Decks by ThierrySans

Other Decks in Education

Transcript

  1. Configuring Heroku 1. Create an account on Heroku 2. Create

    an application 3. Add a Postgres Database 4. Add a system variable 
 ONHEROKU = True
  2. Deploy on Heroku using Git 1. Install heroku-toolbelt
 $ pip

    install heroku-toolbelt 2. Login on heroku
 $ heroku login 3. Clone the git repository
 $ heroku git:clone -a yourherokuapp 4. Push to Heroku
 $ git push heroku master