Go to file
rick carlino 35a3f8ad03 ENV vars 2014-06-10 06:17:24 -07:00
app Change "message" to "payload" again 2014-06-06 07:00:01 -07:00
bin Finished base app 2014-03-12 06:42:11 -07:00
config ENV vars 2014-06-10 06:17:24 -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 Gitignore change 2014-04-10 06:31:37 -07:00
public Building out base of SPA 2014-05-15 07:04:09 -07:00
spec Starting axial movement feature 2014-05-29 07:04:08 -07:00
vendor/assets Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.gitignore Opps. Assets again. 2014-04-30 07:10:28 -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 Light cleanup, fixed failing spec 2014-05-23 06:59:57 -07:00
Gemfile.lock Light cleanup, fixed failing spec 2014-05-23 06:59:57 -07:00
LICENSE Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
README.md More Skynet integration 2014-05-31 10:34:02 -07:00
Rakefile Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
capybara.txt Opps. Assets again. 2014-04-30 07:10:28 -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. ITS NOT STABLE. WE ARE IN PRE ALPHA.

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. Go to 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 May 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 process.