Marton Kiss a1a458d25f Include translations in build-process
Download commons translation files during make process, enable and
import languages during installation, set language negotiation to
URL based. Supported languages: zh-hant,zh-hans,ja,ko,vi,ru,pl,
de,fr,es,it,pt-pt,hu,ar,tr

Change-Id: I8f05a63b00f657225d3b8b84d531940dddbe8162
2013-09-15 11:33:13 +02:00
2013-08-14 20:54:21 +02:00
2013-09-13 09:46:40 +02:00
2013-09-13 09:46:40 +02:00
2013-09-13 09:46:40 +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-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
Description
OpenStack Groups community portal
Readme 3.1 MiB
Languages
SCSS 35.7%
PHP 26.6%
CSS 13.2%
Diff 8.4%
Gettext Catalog 8.3%
Other 7.8%