groups/README.md
Marton Kiss e62a93154f Fix git repository and build process in README
Fix makefile naming convention and git repository url in README.md file.

Change-Id: I477d07f4fb7c9dd03267c8514b02be6bf8c5c0b7
2014-02-13 14:38:18 +01:00

38 lines
802 B
Markdown

OpenStack groups portal
=======================
Prerequisites
-------------
* drush 7.x-5.8
* LAMP environment capable of running Drupal 7.x
Build distribution
==================
make stub file
---------------
Create build-groups.make file with following content:
```
api = 2
core = 7.x
; Include the definition of how to build Drupal core directly, including patches.
includes[] = "drupal-org-core.make"
; Download the Groups install profile and recursively build all its dependencies.
projects[groups][type] = "profile"
projects[groups][download][type] = "git"
projects[groups][download][url] = "https://github.com/openstack-infra/groups.git"
projects[groups][download][branch] = "master"
```
make distribution
-----------------
```bash
$> drush make build-groups.make groups-dev.local
```