OpenStack Groups community portal
8ac59801be
Update commons modules to release 7.12, and move the codebase under modules/commons instead of constant fetching from remote repository. The commons.make file removed so it is not required to rebuild groups distribution. Change-Id: I3be393ba1af34427e2915b18ab1ad718fd4e54db |
||
---|---|---|
images/avatars | ||
modules | ||
patches | ||
scripts | ||
themes/openstack | ||
.gitreview | ||
build-groups.make | ||
drupal-org-core.make | ||
drupal-org.make | ||
events.json | ||
groups-translations.make | ||
groups.info | ||
groups.install | ||
groups.json | ||
groups.profile | ||
README.md |
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
$> drush make build-groups.make groups-dev.local