groups/README.md
Marton Kiss 1502873142 Initial clean-up commons makefile
Remove or disable the not used features of commons, like wiki page and
qa. Inherited commons profile is dropped due several missing features
like inherited library handling and installation task execution order.

Change-Id: Iaa2abf00edb3e5d854ffc51ff6aa6c22419145da
2013-09-13 09:46:40 +02:00

40 lines
870 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-osgroups.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"
projects[drupal][type] = "core"
; Download the OpenStack Groups install profile and recursively build all its dependencies.
projects[osgroups][type] = "profile"
projects[osgroups][download][type] = "git"
projects[osgroups][download][url] = "https://github.com/marton-kiss/openstack-groups.git"
projects[osgroups][download][branch] = "master"
```
make distribution
-----------------
```bash
$> drush make build-osgroups.make osgroups-dev.local
```