farmOS/README.md

67 lines
2.4 KiB
Markdown
Raw Normal View History

2015-05-01 22:01:33 +02:00
farmOS
2014-09-24 16:25:25 +02:00
======
2014-08-23 17:52:56 +02:00
Official website: http://farmos.org
2014-08-23 17:52:56 +02:00
A web-based farm record keeping application.
farmOS is a built on top of [Drupal](http://drupal.org). It packages Drupal core
along with a set of modules and configuration to create a flexible and
extensible farm management interface.
Drupal distribution: http://drupal.org/project/farm
Some of the farm-specific modules included with farmOS are:
2014-08-23 17:52:56 +02:00
* [Farm Access](http://drupal.org/project/farm_access)
* [Farm Admin](http://drupal.org/project/farm_admin)
* [Farm Area](http://drupal.org/project/farm_area)
2014-10-25 14:38:19 +02:00
* [Farm Asset](http://drupal.org/project/farm_asset)
2014-08-23 17:52:56 +02:00
* [Farm Crop](http://drupal.org/project/farm_crop)
2014-12-08 17:27:41 +01:00
* [Farm Equipment](http://drupal.org/project/farm_equipment)
2015-05-02 00:22:48 +02:00
* [Farm Fields](http://drupal.org/project/farm_fields)
* [Farm Livestock](http://drupal.org/project/farm_livestock)
* [Farm Log](http://drupal.org/project/farm_log)
* [Farm Map](http://drupal.org/project/farm_map)
* [Farm MapKnitter](http://drupal.org/project/farm_mapknitter)
2014-11-25 03:03:05 +01:00
* [Farm Soil](http://drupal.org/project/farm_soil)
* [Farm Taxonomy](http://drupal.org/project/farm_taxonomy)
2014-08-23 17:52:56 +02:00
Drupal.org is the location of the canonical repositories and mainline branches.
Github.org is also used as a mirror, and for some of the more experimental
2015-03-03 19:18:30 +01:00
development. See http://github.org/farmOS for a list of repositories.
2014-08-23 17:52:56 +02:00
INSTALLATION
------------
2015-05-01 22:01:33 +02:00
farmOS is a [Drupal distribution](http://www.drupal.org/documentation/build/distributions),
2014-08-23 17:52:56 +02:00
so it is essentially a Drupal codebase that combines Drupal core with a set of
pre-selected contributed modules.
2015-05-01 22:01:33 +02:00
If you are downloading farmOS from drupal.org, then it is pre-built and
2014-08-23 17:52:56 +02:00
ready to go. Just drop it into a hosted web server environment and it will work
the same as Drupal. For more information on installing Drupal, see the official
2015-03-03 19:18:38 +01:00
[Installing Drupal](http://www.drupal.org/documentation/install) documentation.
2014-08-23 17:52:56 +02:00
During the installation, you will be given a choice of which "Installation
2015-05-01 22:01:33 +02:00
Profile" you want your site to use. Choose "farmOS" and the modules
2014-08-23 17:52:56 +02:00
mentioned above will be automatically installed.
**Drush Make**
You can also build the distribution yourself using Drush Make. Simply grab the
file called build-farm.make from the repository, pop it into a directory, and
run the following command:
drush make build-farm.make farm
MAINTAINERS
-----------
Current maintainers:
* Michael Stenta (m.stenta) - https://drupal.org/user/581414
This project has been sponsored by:
* [Farmier](http://farmier.com)
2015-05-01 22:01:41 +02:00