OpenStack Groups community portal
Go to file
Marton Kiss eeb24cd279 Groups community portal gating tasks
Bootstrap a new build environment and build/deploy the site as a
gating test.

Change-Id: I45efa824c3ca155b06915a2103dabed56f4e05c6
2014-01-15 21:10:32 +01:00
images/avatars Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
modules/groups OpenID authentication 2013-12-18 14:37:25 +01:00
patches Openstack Theme Utility links block 2013-10-24 23:24:12 +02:00
scripts Groups community portal gating tasks 2014-01-15 21:10:32 +01:00
themes/openstack Frontpage block layout 2013-12-10 21:30:02 +01: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 Openstack Theme Utility links block 2013-10-24 23:24:12 +02:00
drupal-org-core.make Workaround for drupal.org update realted drush make bug 2013-11-05 02:31:39 +08:00
drupal-org.make Openstack theme 2013-10-24 16:34:47 +02:00
events.json Test event dates in the future 2013-12-10 21:35:33 +01:00
groups-translations.make Include translations in build-process 2013-09-15 11:33:13 +02:00
groups.info OpenID authentication 2013-12-18 14:37:25 +01:00
groups.install Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
groups.json Groups demo content update 2013-11-05 01:04:42 +08:00
groups.profile Home page upcoming events block 2013-11-20 16:04:04 +01: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