OpenStack Groups community portal
Go to file
Marton Kiss 4f6eae0466 Upgrade Drupal core to 7.37
Release notes:
https://www.drupal.org/drupal-7.37-release-notes

Change-Id: I8a12f55bf4b0841e532a69ca2f30cdbcd5ebee06
2015-05-10 21:27:00 +02:00
doc Added a translation howto 2015-02-03 14:43:46 +01:00
images/avatars Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
modules Fix csv export notice messages on missing emails 2015-04-18 10:59:22 +02:00
patches Upgrade Drupal Commons to 7.x-3.23 2015-03-24 16:38:09 +01:00
scripts Added groups module localization templates and tools 2015-01-29 13:12:23 +01:00
themes Added group status report 2015-03-10 10:51:25 +01:00
translations Added Hungarian language files skeleton 2015-01-29 14:44:10 +01:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +02:00
README.md MD5 Publish Test 2014-06-10 19:56:35 +02:00
build-groups.make Fix drush make git repository 2014-06-18 13:10:51 +02:00
drupal-org-core.make Upgrade Drupal core to 7.37 2015-05-10 21:27:00 +02:00
drupal-org.make Views module security upgrade 2015-05-10 20:56:31 +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 Upgrade Drupal Commons to 7.x-3.23 2015-03-24 16:38:09 +01:00
groups.install Remove theme warnings of groups profile installation 2015-02-23 15:02:50 +01:00
groups.install_callbacks.inc Upgrade Drupal Commons to 7.x-3.23 2015-03-24 16:38:09 +01:00
groups.json Groups demo content update 2013-11-05 01:04:42 +08:00
groups.profile Disable commons_utility_links block on admin theme 2015-04-03 16:06:03 +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-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