Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions getting_set_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Then from within your copy of the Typo repository, run:

```
$ heroku create
$ heroku apps:stacks:set cedar-14
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open # doesn't work on C9 --> on C9 right click on link that git push to heroku generates
Expand Down