Go to file
rick carlino ecf30f9338 Merged in Ghislaines work 2014-04-06 11:38:05 -07:00
app add content for dashboard 2014-04-05 13:58:27 -04:00
bin Finished base app 2014-03-12 06:42:11 -07:00
config Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
db Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
lib Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
log Merged in Ghislaines work 2014-04-06 11:38:05 -07:00
public Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
vendor/assets Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.gitignore Merged in Ghislaines work 2014-04-06 11:38:05 -07:00
.ruby-gemset Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.ruby-version Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.travis.yaml Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
Gemfile Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
Gemfile.lock Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
LICENSE Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
README.md Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
README.rdoc Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
Rakefile Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
config.ru Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00

README.md

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. bundle install
  4. rails s
  5. 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 March 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.