Drush

From Things and Stuff Wiki
Revision as of 20:53, 4 June 2012 by Milk (talk | contribs) (Created page with "{{techy}} Drupal on the command-line. The backend of Aegir is the Provision module for Drush. * [http://drupal.org/project/drush Drush] - [http://drupal.org/project/issues/d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Drupal on the command-line. The backend of Aegir is the Provision module for Drush.

Drush Make

Drush Make is part of Drush as of Jan 2012.

Example make files

Libraries

Using the Libraries API, make files can specify external libraries to be downloaded.

; CKEditor
libraries[ckeditor][download][type]= "get"
libraries[ckeditor][download][url] =  "[ckeditor zip url goes here]"
libraries[ckeditor][directory_name] = "ckeditor"
libraries[ckeditor][destination] = "libraries"