-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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.
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing