Skip to content

Instantly share code, notes, and snippets.

@tekante
Created July 30, 2012 18:05
Show Gist options
  • Save tekante/3208750 to your computer and use it in GitHub Desktop.
Save tekante/3208750 to your computer and use it in GitHub Desktop.
LSD Makefile
; A Drush makefile with modules relating to the Large Scale Drupal project
; After doing a standard install, enable the modules
; Interactive Info Bar
; X Autoload
; SPS ERS Integration
; Site Preview System
; Entity API
; Entity Tokens
; Collection SPS Integration
; Collection Field
; Collection
; Chaos Tools
; Views
; Views UI
;
; Some of the above modules may not be strictly necessary,
; but this documents the ones enabled on my system
;
; Set Entity Revision Scheduler to control the article and page content types at admin/config/content/ers
; Add a collection field to the article type at admin/structure/types/manage/article/fields
; Add a new collection at admin/structure/collection/add
; Create an article node with no collection, promoted to the homepage
; Create a second revision with the collection you added but leave it unpublished
; On the revisions tab, ensure that the first revision is published and the second is not
; Go to the homepage, see that the first revision displays. Set the collection condition in the preview bar and see that now the second revision displays
api = 2
core = 7.x
projects[drupal][type] = core
projects[drupal][version] = 7.14
projects[coder][type] = module
projects[coder][subdir] = contrib
projects[coder][version] = 1.0
projects[devel][type] = module
projects[devel][subdir] = contrib
projects[devel][version] = 1.2
projects[entity][type] = module
projects[entity][subdir] = contrib
projects[entity][version] = 1.0-rc3
projects[ctools][type] = module
projects[ctools][subdir] = contrib
projects[ctools][version] = 1.0
projects[views][type] = module
projects[views][subdir] = contrib
projects[views][version] = 3.3
projects[iib][type] = module
projects[iib][subdir] = contrib
projects[iib][version] = 1.0-beta1
projects[sps][type] = module
projects[sps][subdir] = contrib
projects[sps][download][type] = git
projects[sps][download][url] = http://git.drupal.org/project/sps.git
projects[sps][download][branch] = 7.x-1.x
projects[collections][type] = module
projects[collections][subdir] = contrib
projects[collections][version] = 1.0-alpha1
projects[xautoload][type] = module
projects[xautoload][subdir] = contrib
projects[xautoload][version] = 2.2
projects[ers][type] = module
projects[ers][subdir] = contrib
projects[ers][version] = 1.0-beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment