This project is not covered by Drupal’s security advisory policy.
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)
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Created by dmitrig01 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.


