Go to file
Rick Carlino fef676b1c5 Cruft removal, part I 2015-10-20 13:03:42 -05:00
app Swap around navbar after CSS updates 2015-10-09 09:07:57 -05:00
bin Finished base app 2014-03-12 06:42:11 -07:00
config Cruft removal, part I 2015-10-20 13:03:42 -05:00
db redeploy to dokku 2014-11-13 21:56:49 -06:00
javascripts Cruft removal, part I 2015-10-20 13:03:42 -05:00
lib Switch failing integration test to `pending` status 2015-02-17 20:58:57 +07:00
log Gitignore change 2014-04-10 06:31:37 -07:00
public Cruft removal, part I 2015-10-20 13:03:42 -05:00
spec Fix sharing of devices 2015-07-30 14:47:45 -05:00
vendor/assets Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
.DS_Store Done with controller for sequence creation - now to make fixes for hound 2015-01-12 07:14:18 -06:00
.buildpacks Update buildpacks, again 2015-09-28 14:10:24 -05:00
.gitignore Add Planting area to back + front + SVG starter for visualization 2015-10-05 08:38:26 -05:00
.hound.yml WIP, browserify 2015-09-22 12:17:06 -05:00
.ruby-gemset rename application from `dss` to `farmbot` 2015-03-09 05:31:05 -05:00
.ruby-version WIP, browserify 2015-09-22 12:17:06 -05:00
.travis.yml Typo in Travis.yml 2015-09-28 10:43:21 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-18 22:48:44 -07:00
Gemfile Cruft removal, part I 2015-10-20 13:03:42 -05:00
Gemfile.lock Cruft removal, part I 2015-10-20 13:03:42 -05:00
LICENSE Spruce up the README 2015-08-19 10:37:13 -05:00
README.md Add gulp_rails to simplify build process 2015-10-07 13:21:52 -05:00
Rakefile Cruft removal, part I 2015-10-20 13:03:42 -05:00
api_docs.md Routine deploy for Jun 18 2015 2015-06-18 09:00:59 -05:00
api_docs.md.erb API examples 2015-06-10 07:13:41 -05:00
config.ru Added foundation and high voltage. Readme updates, too. 2014-03-31 06:31:38 -07:00
package.json Downgrade to React 0.13 :( 2015-10-09 08:54:45 -05:00

README.md

Code Climate Build Status Test Coverage

STOP!! You might not need this!

This repo is intended for developers who build the Farmbot Web App. If you are not a developer, you are highly encouraged to use the publicly available web app.

If you are a developer interested in contributing or would like to provision your own server, you are in the right place.

Farmbot Web App

This Repo is the Web based side of FarmBot. It allows users to control the device from their web browser. We're getting closer to launch, but it this is an unstable pre-alpha repo.

Developer setup

  1. git clone git@github.com:FarmBot/farmbot-web-app.git
  2. cd farmbot-web-app
  3. Install MongoDB
  4. Start Mongo if you have not already done so. (typically via the mongod command)
  5. bundle install
  6. Install node
  7. sudo npm install gulp -g if you don't have gulp installed already.
  8. npm install
  9. rails s
  10. Go to http://localhost:3000

The frontend (and asset management) are very much in a transitional state. We're experimenting with Gulp as an alternative

We can't fix issues we don't know about. Please submit an issue if you are having trouble installing on your local machine.

Running Specs

Please run them before submitting pull requests.

  • bundle exec rspec spec

How to Contribute

  • Pull requests are always appreciated, but please
    • Write tests.
    • Follow the Ruby Community Style Guide.
    • Raise issues. We love to know about issues. Even the issues you think are only relevant to your setup. Just submit issues if you have issues.

Roadmap

As of July 2015, the Web App supports scheduling and manual movemnt of FarmBot via the browser.

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

nice-to-haves

  • Actually make use of MeshBlu response objects (with timeouts), instead of just screaming commands at the device.
  • Better test suite for angular side of things.

Accomplishments

July 2015:

  • 1.0 release candidate.
  • Full manual control of device via browser.
  • Scheduling of sequences and commands.

JULY 2014:

  • Changed UI Components
  • MeshBlu upgrade
  • Production server changes

JUNE 2014:

  • Achieved Device movement in the real world.

MAY 2014:

  • Deployed pre-alpha staging server (contact Rick Carlino for contributor access)
  • Connected to MeshBlu, formerly SkyNet.
  • Finished in browser device config for skynet.

APRIL 2014:

  • Finished basic user registration
  • Functional mockups