mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
Updating readme to use Heroku Toolbelt since the gem has been deprecated.
This commit is contained in:
@@ -61,10 +61,9 @@ app/controllers/preorder_controller.rb
|
||||
|
||||
### Deploying to Production
|
||||
|
||||
We recommend using Heroku, and we even include a ```Procfile``` for you. All you need to do is run:
|
||||
We recommend using Heroku, and we even include a ```Procfile``` for you. All you need to do is first install the [Heroku Toolbelt](https://toolbelt.heroku.com) and then run:
|
||||
|
||||
```bash
|
||||
gem install heroku
|
||||
heroku create
|
||||
git push heroku master
|
||||
heroku run rake db:migrate
|
||||
|
||||
Reference in New Issue
Block a user