Skip to content

Instantly share code, notes, and snippets.

@chales
Last active October 12, 2015 03:38
Show Gist options
  • Save chales/3965744 to your computer and use it in GitHub Desktop.
Save chales/3965744 to your computer and use it in GitHub Desktop.
Example drush make file.
; See http://drupal.org/node/625094
; drush make test_make.txt --contrib-destination=sites/all/modules/contrib --prepare-install /Volumes/Work/DevSites/testing/test.local
core = 6.x
api = 2
; Core project
projects[] = drupal
; Contrib Modules
projects[] = admin_menu
projects[] = advanced_help
projects[] = backup_migrate
projects[] = block_edit
projects[] = ctools
projects[] = imageapi
projects[] = imagecache
projects[] = pathauto
projects[] = token
projects[] = transliteration
; CCK
projects[] = cck
projects[] = filefield
projects[] = imagefield
; Views
projects[] = views
; Flag
projects[flag] = 1.3
projects[flag_page] = 1.3
projects[flag_form] = 1.0-alpha3
; WYSIWYG modules and 3rd party libraries
projects[] = ckeditor
projects[] = imce
libraries[ckeditor][download][type] = "get"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.5/ckeditor_3.6.5.tar.gz"
libraries[ckeditor][directory_name] = "ckeditor"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment