Procházet zdrojové kódy

update Heroku deploy section in readme

Matt Creager před 9 roky
rodič
revize
a78eb268d9
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -19,10 +19,8 @@ Read the full server guide here: https://parse.com/docs/server/guide
 ### Getting Started With Heroku + Mongolab Development
 
 * Clone the repo and change directory to it
-* Use the Heroku Toolbelt to log in and prepare the app
-* Use the MongoLab addon: `heroku addons:create mongolab:sandbox`
-* Use `heroku config` and note the URI provided by MongoLab under the var MONGOLAB_URI 
-* Copy this URI and set it as a new config variable: `heroku config:set DATABASE_URI=mongodb://...`
+* Log in with the [Heroku Toolbelt](https://toolbelt.heroku.com/) and create an app: `heroku create`
+* Use the [MongoLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox`
 * 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`
 * Deploy it with: `git push heroku master`