Drush Make
Component ID
529142
Component name
Drush Make
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
194755
Component created
Component changed
Component body
Please use drush which now includes drush make (as of 5.x).
Drush make does not turn modules on automatically: it only assembles Drupal directories -- it does not touch any database.
Usage
The drush make command can be executed from a path within a Drupal codebase or independent of any Drupal sites entirely.
Examples
-
Build a Drupal site at
example/including Drupal core and any projects defined in the makefile:drush make example.make example -
Build a tarball of the platform above as
example.tar.gz:drush make --tar example.make example -
Build an installation profile within an existing Drupal site:
drush make --no-core --contrib-destination=. installprofile.make
Documentation & other resources
- Drush Make theory for happy profile development
- INSTALL.txt - install instructions
- README.txt - syntax and usage documentation
- EXAMPLE.make - example makefile
- Using squid as a caching server for drush module downloads by acrollet
Maintainer
- Dmitri Gaskin (dmitrig01)
