Last active
October 12, 2015 03:38
-
-
Save chales/3965744 to your computer and use it in GitHub Desktop.
Example drush make file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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