Skip to content

Deploying on Heroku

Adrian Edworthy edited this page Apr 16, 2014 · 5 revisions

Register with Heroku and create an app: http://heroku.com/

Download the Heroku Toolbelt: https://toolbelt.heroku.com/

In a command line console enter:

heroku config:add NODE_ENV=production
heroku config:add BUILDPACK_URL=https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt.git

Then push your mean app to Heroku.

Clone this wiki locally