Farmbot-Web-App/README.md

1.6 KiB
Executable File

Stories in Ready Code Climate

Farmbot Decision Support System

This Repo is the Web based side of the decision support system. It is the glue that ties together all other farmbot components and services.

Developer setup

  1. git clone git@github.com:FarmBot/farmbot-web-backend.git
  2. cd farmbot-web-backend
  3. Install MongoDB
  4. Start Mongo if you have not already done so. (typically via the mongod command)
  5. bundle install
  6. rails s
  7. Checkout http://localhost:3000

How to Contribute

  • Check out Waffle.io for issues that are ready to be worked on.
  • Pull requests are always appreciated, but please do write tests for your contribuitions- this project is the work of many people. Having a good test suite keeps it maintainable.

Roadmap

This project is still in its infancy. Our current focus as of April 2014 is to create a basic system of control for the farmbot user via technologies such as:

Eventually, the DSS hopes to be a rich environment for users to manage their FarmBot and gain insights into the farming decision making process.