Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 511 Bytes

README.rdoc

File metadata and controls

20 lines (11 loc) · 511 Bytes

Heroku Beast

Fork of Altered_Beast

Enable Heroku Sendgrid Addon

You’ll need to activate the sendgrid heroku addon for your app. If you do not, you will run into an EAFNOSUPPORT error.

heroku addons:add sendgrid

Setting up the db

Again, if Sendgrid isn’t turned on, this will silently error when it tries to save the initial user.

heroku rake heroku:bootstrap['your_site_name','yourapp.heroku.com']

Login

username/password: heroku

Enjoy.