OpenStack Groups community portal
Go to file
Marton Kiss eba6c5a2c8 Commons events module refactor pages
Move events pages from commons_events module to commons_events_pages
module. The following patch was applied against commons 3.15 upstream:
- 0002-events-page-refactor-to-pages-module.patch

This patch allows to override the events page by groups modules.

Change-Id: I13ab0fd1c7644ecfc89768b70df3577578b4f00a
2014-07-21 16:33:00 +02:00
images/avatars Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
modules Commons events module refactor pages 2014-07-21 16:33:00 +02:00
patches Commons events module refactor pages 2014-07-21 16:33:00 +02:00
scripts Add target-dir arg support to dev-build script 2014-06-30 16:03:57 +02:00
themes/openstack Frontpage multe block layout 2014-06-23 13:44:12 +02:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +02:00
build-groups.make Fix drush make git repository 2014-06-18 13:10:51 +02:00
drupal-org-core.make Fix SA-CORE-2014-003 2014-07-21 13:18:58 +02:00
drupal-org.make Import user group data 2014-07-17 10:12:32 +02:00
events.json Refactor front page layout 2014-06-17 13:06:35 +02:00
groups-translations.make Include translations in build-process 2013-09-15 11:33:13 +02:00
groups.info Import user group data 2014-07-17 10:12:32 +02:00
groups.install Enable feeds_jsonpath_parser module 2014-07-17 11:14:08 +02:00
groups.json Groups demo content update 2013-11-05 01:04:42 +08:00
groups.profile Refactor commons build process 2014-05-28 15:58:33 +02:00
README.md MD5 Publish Test 2014-06-10 19:56:35 +02:00

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

release tarballs

Development and release tarballs available at http://tarballs.openstack.org/groups