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

  1. Build a Drupal site at example/ including Drupal core and any projects defined in the makefile:

    drush make example.make example
  2. Build a tarball of the platform above as example.tar.gz:

    drush make --tar example.make example
  3. Build an installation profile within an existing Drupal site:

    drush make --no-core --contrib-destination=. installprofile.make

Documentation & other resources

Maintainer

  • Dmitri Gaskin (dmitrig01)

Project information

Releases