Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added explanation of how to deploy to heroku
  • Loading branch information
liorkesos committed Aug 27, 2013
1 parent df6ab28 commit aaa597b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,21 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w
When not using grunt you can use:

$ node server

Then open a browser and go to:

Then open a browser and go to:

http://localhost:3000

## Quick Deployment
4 commands to deploy your mean app to heroku (make sure you have <a href="https://toolbelt.heroku.com/">heroku toolbelt</q> installed...

git init
git add .
git commit -m "initial version"
heroku apps:create
git push heroku master


## Configuration
All configuration is specified in the [config](config/) folder, particularly the [config.js](config/config.js) file. Here you will need to specify your application name, database name, as well as hook up any social app keys if you want integration with Twitter, Facebook, GitHub or Google.

Expand Down

0 comments on commit aaa597b

Please sign in to comment.