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

Commit aaa597b

Browse files
committed
Update README.md
Added explanation of how to deploy to heroku
1 parent df6ab28 commit aaa597b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w
3434
When not using grunt you can use:
3535

3636
$ node server
37-
38-
Then open a browser and go to:
3937

38+
Then open a browser and go to:
39+
4040
http://localhost:3000
4141

42+
## Quick Deployment
43+
4 commands to deploy your mean app to heroku (make sure you have <a href="https://toolbelt.heroku.com/">heroku toolbelt</q> installed...
44+
45+
git init
46+
git add .
47+
git commit -m "initial version"
48+
heroku apps:create
49+
git push heroku master
50+
51+
4252
## Configuration
4353
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.
4454

0 commit comments

Comments
 (0)