Skip to content

Commit a78eb26

Browse files
author
Matt Creager
committed
update Heroku deploy section in readme
1 parent 042b5df commit a78eb26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ Read the full server guide here: https://parse.com/docs/server/guide
1919
### Getting Started With Heroku + Mongolab Development
2020

2121
* Clone the repo and change directory to it
22-
* Use the Heroku Toolbelt to log in and prepare the app
23-
* Use the MongoLab addon: `heroku addons:create mongolab:sandbox`
24-
* Use `heroku config` and note the URI provided by MongoLab under the var MONGOLAB_URI
25-
* Copy this URI and set it as a new config variable: `heroku config:set DATABASE_URI=mongodb://...`
22+
* Log in with the [Heroku Toolbelt](https://toolbelt.heroku.com/) and create an app: `heroku create`
23+
* Use the [MongoLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox`
2624
* By default it will use a path of /parse for the API routes. To change this, or use older client SDKs, run `heroku config:set PARSE_MOUNT=/1`
2725
* Deploy it with: `git push heroku master`
2826

0 commit comments

Comments
 (0)