Skip to content

Instantly share code, notes, and snippets.

@niccolox
Last active December 31, 2015 18:39
Show Gist options
  • Save niccolox/8028222 to your computer and use it in GitHub Desktop.
Save niccolox/8028222 to your computer and use it in GitHub Desktop.
Open Enterprise 7.x 3.x NOTE: too many bugs, and Omega 3, so stopped using this before dev really began
## openenterprise.make
##
; To generate with Drush make, copy this file to e.g. stub.make
; and enter in your shell / command line:
; drush make --prepare-install stub.make folder_of_your_site
core = 7.x
api = 2
; drupal core latest release of specified core = number.x
projects[] = drupal
projects[openenterprise][type] = profile
projects[openenterprise][download][type] = git
projects[openenterprise][download][url] = http://git.drupal.org/project/openenterprise.git
projects[openenterprise][download][revision] = 7.x-1.0-rc3
; for a local build
; includes[] = drupal-org.make
drush make --prepare-install /home/drupalpro/drupalpro/drush_addons/make_templates/openenterprise.make openent73.dev
sudo chown -R drupalpro:www-data /home/drupalpro/websites/openent73.dev
sudo chmod -R 755 /home/drupalpro/websites/openent73.dev
sudo chmod -R 777 /home/drupalpro/websites/openent73.dev/sites
drush qc install --domain=openent73.dev dns apache database --codepath=/home/drupalpro/websites/openent73.dev --profile=openenterprise
## site prep
drush make --prepare-install /home/drupalpro/drupalpro/drush_addons/make_templates/openenterprise.make openent73.dev
## drupalpro install
drush qc install --domain=openent73.dev dns apache database --codepath=/home/drupalpro/websites/openent73.dev --profile=openenterprise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment