OpenStack Groups community portal
Go to file
Marton Kiss 6c912891bc Openstack theme fix utility block overlap
Fix the utility block overlap css issue that prevented click on
the user name or other elements in header.

Change-Id: I94fa83c79b5b27d55f7af7248c921b4890ebd0fb
2014-04-24 09:43:37 +02:00
images/avatars Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
modules/groups Override groups visibility field default value 2014-04-16 14:43:39 +02:00
patches Openstack Theme Utility links block 2013-10-24 23:24:12 +02:00
scripts Dev build script update 2014-02-04 14:51:44 +01:00
themes/openstack Openstack theme fix utility block overlap 2014-04-24 09:43:37 +02:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +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 Drupal core 7.27 security update 2014-04-22 11:32:22 +02:00
drupal-org.make Add feeds modules to makefile 2014-04-23 14:53:59 +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 Add feeds modules to makefile 2014-04-23 14:53:59 +02: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 Fix misspellings in groups 2014-02-07 14:29:26 +08:00
README.md Fix git repository and build process in README 2014-02-13 14:38:18 +01: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