OpenStack Groups community portal
Go to file
Marton Kiss fd6214e4f3 Add .gitreview file.
Change-Id: I6964c0ff3fd8bdd49d95851c367bf3679be32bd6
2013-08-14 20:54:21 +02:00
themes/openstack import openstack theme into profile 2013-08-13 10:51:02 +02:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +02:00
README.md remove Installation steps from readme 2013-08-13 10:56:46 +02:00
build-osgroups.make first commit 2013-01-03 22:51:48 +01:00
drupal-org-core.make inherit commons as a base profile 2013-01-11 22:40:49 +01:00
drupal-org.make core / api added to drupal-org.make 2013-01-03 23:13:41 +01:00
osgroups.info inherit commons as a base profile 2013-01-11 22:40:49 +01:00
osgroups.install inherit commons as a base profile 2013-01-11 22:40:49 +01:00
osgroups.profile inherit commons as a base profile 2013-01-11 22:40:49 +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