3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/README.md
2015-03-03 13:18:38 -05:00

59 lines
2.3 KiB
Markdown

FarmOS
======
A Drupal installation profile for farms. http://drupal.org/project/farm
This project aims to provide a Drupal distribution for use in agriculture. It
comes pre-packaged with a set of farm-related modules, including:
* [Farm Admin](http://drupal.org/project/farm_admin)
* [Farm Area](http://drupal.org/project/farm_area)
* [Farm Asset](http://drupal.org/project/farm_asset)
* [Farm Crop](http://drupal.org/project/farm_crop)
* [Farm Equipment](http://drupal.org/project/farm_equipment)
* [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 Manager](http://drupal.org/project/farm_manager)
* [Farm Soil](http://drupal.org/project/farm_soil)
* [Farm Taxonomy](http://drupal.org/project/farm_taxonomy)
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
development. See http://github.org/farmOS for a list of repositories.
INSTALLATION
------------
FarmOS is a [Drupal distribution](http://www.drupal.org/documentation/build/distributions),
so it is essentially a Drupal codebase that combines Drupal core with a set of
pre-selected contributed modules.
If you are downloading FarmOS from drupal.org, then it is pre-built and
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
[Installing Drupal](http://www.drupal.org/documentation/install) documentation.
During the installation, you will be given a choice of which "Installation
Profile" you want your site to use. Choose "FarmOS" and the modules
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)
Built on top of FarmOS, Farmier is a hosted platform that provides
website and farm management tools to farmers in the cloud.