Community Documentation

How to set up Drupal.Org drush

Last updated November 23, 2012. Created by xtfer on November 23, 2012.
Log in to edit this page.

Packaging .make files into distributions on drupal.org requires the drush extension Drupal.org Drush, for running tests on makefiles. These instructions are to help you install Drupal.Org Drush.

  1. Install drush by following the instructions on the project page or in the README.txt file.
  2. Install Drupal.org drush as follows:
    1. Grab Drupal.org drush via git, e.g.
    2. git clone [user]@git.drupal.org:project/drupalorg_drush.git drupalorg_drush

    3. Move the drupalorg_drush directory under [path-to-drush]/drush/commands directory.
  3. Clear the drush cache, e.g.
  4. drush cache-clear drush

  5. Verify that Drupal.org drush is installed by running one of the commands, e.g.
  6. drush verify-makefile

These instructions were originally by Kristen Pol, and can be found here.

nobody click here