Skip to content

Commit

Permalink
minor update to heroku tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyza committed Sep 22, 2014
1 parent 8127b12 commit 3f4150f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ git add main.py requirements.txt Procfile
git commit -m "initial commit"
heroku create shoutoutdemo
git push heroku master
heroku open
```
We can see the live application running on Heroku at ```http://<app id>.herokuapp.com```, in our case it would be ```http://shoutoutdemo.herokuapp.com```. We can manage our application with the [Heroku dashboard](https://dashboard-next.heroku.com/apps).

Expand Down Expand Up @@ -169,6 +170,7 @@ Deploy to Heroku and test:
git add main.py templates/
git commit -m "add MongoDB"
git push heroku master
heroku open
```

### How do I continue from here?
Expand Down

0 comments on commit 3f4150f

Please sign in to comment.