File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments