Skip to content

roryaronson/OpenFarm

 
 

Repository files navigation

Coverage Status Code Climate Issue Stats Issue Stats OpenFarm

OpenFarm is a free and open database and web application for farming and gardening knowledge. One might think of it as the Wikipedia or Freebase for growing plants, though it functions more like a cooking recipes site. The main content are Growing Guides: creative, crowd-sourced, single-author, structured documents that include all of the necessary information for a person or machine to grow a plant, i.e.: seed spacing and depth, watering regimen, recommended soil composition and companion plants, sun/shade requirements, etc.

Other use cases: a mobile app for home gardeners, Google providing “One Box” answers to search queries such as “How do I grow tomatoes?”, smart garden sensors, automated farming machines.

Core Contributor Group

If you have any quick questions, ask them on IRC on Freenode #openfarmcc. If the room looks empty it's because our core team uses Slack, we have a bot piping messages back and forth - read on if you want to join that!

We use Slack for real-time discussion and mockup sharing among the core team. We strongly recommend joining this group if you want to get involved and meet the other contributors. All you have to do is enter your email into this form or email Rory with your email address and he’ll send you an invitation to join!

Community Discussion Group

To discuss features, feature requests, and ideas, and to interface with our users at large (and contributors not on GitHub), please check out our public discussion forum.

Getting Started (Setup)

You will need to install Ruby, Rails, ElasticSearch, and Mongodb before you can get an OpenFarm server up and running on your local machine. Once you have these prerequisites to get started with a local copy of the project, run:

$ git clone https://github.com/openfarmcc/OpenFarm.git
$ cd OpenFarm
$ bundle install
$ rake db:setup
$ echo "ENV['SECRET_KEY_BASE'] = '$(rake secret)'" >> config/app_environment_variables.rb
$ rails s

Then, visit http://127.0.0.1:3000/ in your browser to see the OpenFarm web application running on your local machine. If all went well, you will have a seeded database and can use the account admin@admin.com with password admin123.

If you had any problems installing bundles getting up and running etc see the Common Issues Page.

How to Contribute

Help us translate the website.

For code, have a look at our contribution guidelines.

Want to see the big picture? We have a project roadmap for that!

FAQ

Have a look at the FAQ for some frequently asked questions about contributing (Angular, Issue Trackers, IRC Channels).

User Flow

![User Flow Diagram] (http://i.imgur.com/YowIq1N.jpg)

![Information Architecture Diagram] (http://i.imgur.com/qZzF4OZ.jpg)

Mockups

To view the most recent mockups, click here.

Contributors

We encourage everyone to contribute! From newbies, to pros, to people who don’t write software, to those with just a few ideas to share — we greatly appreciate everyone’s input and are happy to help you help us. We strive for diversity on our team and are dedicated to making a safe space and community for everyone. To help us ensure this, We have created and adopted a Code of Conduct.

Here are our current contributors here on GitHub.

Software License

The MIT License (MIT)

Copyright (c) 2014 Farmbot Project, et. al. (http://go.farmbot.it/).

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Data License

All data within the OpenFarm.cc database is in the Public Domain (CC0).

About

A free and open database for farming and gardening knowledge. "The Wikipedia or Freebase for growing plants"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 38.2%
  • HTML 27.7%
  • CSS 17.6%
  • JavaScript 16.5%