diff --git a/README.md b/README.md index d272114272..18e776caad 100644 --- a/README.md +++ b/README.md @@ -768,15 +768,25 @@ experience, **Heroku** is the easiest to get started with, it will automatically - Finally, in `secrets.js` instead of `db: 'localhost'`, use the following URI with your credentials: - `db: 'mongodb://:@ds027479.mongolab.com:27479/'` -**:exclamation:Note**: As an alternative to MongoLab there is also [MongoHQ](http://www.mongohq.com/home). +> **:exclamation:Note**: As an alternative to MongoLab, there is also [MongoHQ](http://www.mongohq.com/home). -### Heroku + +- Download and install [Heroku Toolbelt](https://toolbelt.heroku.com/osx) +- In terminal, run `heroku login` and enter your Heroku credentials +- From *your app* directory run `heroku create`, followed by `git push heroku master` +- Done! ### OpenShift + + +- Install Ruby gem :gem: `sudo gem install rhc` + ### Nodejitsu + -### Windows Azure +### Azure + TODO ----