Skip to content
Chris T edited this page Dec 15, 2016 · 5 revisions

Deploy

To get up and running quickly on Heroku, you can simply use the button above. If you run into any issues, follow the instructions below.

heroku create
heroku addons:add mongolab
heroku config:set BUILDPACK_URL=https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt
heroku config:set SERVER_NAME=https://[your-app-name].herokuapp.com
heroku config:set DB_URI=[same value as MONGODB_URI]
git push heroku master
heroku open

If you want support for languages other than Node.js and Python, you'll need to use the following buildpack to compose multiple buildpacks:

heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

You might also want to set DB_URI if using a remote mongodb instance.

Adding the first user

heroku run --app YOURAPPNAME node bin/strider addUser