Update README.md

Include bundler installation instructions for non ruby developers like me.
pull/256/head
C Reimers 2016-08-02 20:13:54 +02:00 committed by GitHub
parent df7a3b88e6
commit f8432fcac9
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ The key responsibility of the API is *information and permissions management*. T
0. `cd farmbot-web-api`
0. [Install MongoDB](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/)
0. Start Mongo if you have not already done so. (typically via the `mongod` command)
0. Install [Bundler](http://bundler.io/) (`gem install bundler`)
0. `bundle install`
0. `MQTT_HOST=your_mqtt_server_domain:1883 rails s`
0. Go to `http://localhost:3000`