Create README.md

This commit is contained in:
Michael Stenta 2014-08-23 11:52:56 -04:00
parent e92a5b76f9
commit f5e53eb090
1 changed files with 51 additions and 0 deletions

51
README.md Normal file
View File

@ -0,0 +1,51 @@
DRUPAL FARM
===========
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 Log](http://drupal.org/project/farm_log)
* [Farm Crop](http://drupal.org/project/farm_crop)
* [Farm Area](http://drupal.org/project/farm_area)
* [Farm Map](http://drupal.org/project/farm_map)
* [Farm CSA](http://drupal.org/project/farm_csa)
* [Farm Delivery](http://drupal.org/project/farm_delivery)
* [Farm Taxonomy](http://drupal.org/project/farm_taxonomy)
* [Farm Admin](http://drupal.org/project/farm_admin)
INSTALLATION
------------
Drupal Farm 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 Drupal Farm 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 "Drupal Farm" 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 Drupal Farm, Farmier is a hosted platform that provides
website and farm management tools to farmers in the cloud.