OpenStack Groups community portal
Go to file
Marton Kiss 2809cc1717 Openstack theme footer block
Add openstack.org like footer block to public pages.

Change-Id: Ie8f5d60f2efc19beb647d6c4a2499d8b716cd725
2013-10-24 22:09:02 +02:00
modules/groups Openstack theme footer block 2013-10-24 22:09:02 +02:00
patches Commons group module remove privacy settings wrapper 2013-09-23 15:11:08 +02:00
scripts Include translations in build-process 2013-09-15 11:33:13 +02:00
themes Openstack theme 2013-10-24 16:34:47 +02:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +02:00
README.md Initial clean-up commons makefile 2013-09-13 09:46:40 +02:00
build-groups.make Initial clean-up commons makefile 2013-09-13 09:46:40 +02:00
commons.make Commons group module remove privacy settings wrapper 2013-09-23 15:11:08 +02:00
drupal-org-core.make Initial clean-up commons makefile 2013-09-13 09:46:40 +02:00
drupal-org.make Openstack theme 2013-10-24 16:34:47 +02:00
groups-translations.make Include translations in build-process 2013-09-15 11:33:13 +02:00
groups.info Openstack theme footer block 2013-10-24 22:09:02 +02:00
groups.install Openstack theme 2013-10-24 16:34:47 +02:00
groups.profile Installation profile demo content 2013-10-10 11:21:32 +02:00

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