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

59 lines
2.3 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
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)
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)
* [Farm Livestock](http://drupal.org/project/farm_livestock)
* [Farm Log](http://drupal.org/project/farm_log)
* [Farm Map](http://drupal.org/project/farm_map)
2015-01-02 23:24:14 +01:00
* [Farm Manager](http://drupal.org/project/farm_manager)
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)
2014-09-24 16:25:25 +02:00
Built on top of FarmOS, Farmier is a hosted platform that provides
2014-08-23 17:52:56 +02:00
website and farm management tools to farmers in the cloud.