-
-
Notifications
You must be signed in to change notification settings - Fork 431
Strider on Heroku
Chris T edited this page Dec 15, 2016
·
5 revisions
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.
heroku run --app YOURAPPNAME node bin/strider addUser