OpenStack Groups community portal
2224df45af
Load demo content from profile's groups.json file, including group resurces. Change-Id: I9efcd1b57fce7d489207ecaf1e9bf8af3cd53f1e |
||
---|---|---|
images/avatars | ||
modules/groups | ||
patches | ||
scripts | ||
themes/openstack | ||
.gitreview | ||
build-groups.make | ||
commons.make | ||
drupal-org-core.make | ||
drupal-org.make | ||
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-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
$> drush make build-osgroups.make osgroups-dev.local