Installing and using Drush Make

Posted on May 2nd, 2010 by David Luhman and tagged , .

Drush and Drush Make are two great utilities for folks who use Drupal.

Here's how to setup and use Drush Make :

Create a ~/.drush directory and download Drush Make to there :


  $ cd
  $ mkdir .drush
  $ cd .drush
  $ wget http://ftp.drupal.org/files/projects/drush_make-6.x-2.0-beta6.tar.gz
  $ tar -xvzf drush_make-6.x-2.0-beta6.tar.gz
  $ cd /var/www/yoursite
  $ cat makeYourWebSite.txt
     core = 7.x 
     projects[] = drupal 
  $ drush make makeYourWebSite.txt

Note, however, there currently appears to be a limitation in Drush Make that makes it difficult to work with Drupal alpha versions. This seems to have been fixed in commit358186, but when I tried to download the HEAD version of Drush Make I didn't see any files.

Comments

Directories

Hi there

Where do you make the .drush directory?

Thanks!

Rik

Comment by Rik (not verified) on Nov 3rd, 2011 at 10:42 am

Make .drush in your home directory

In this example, the .drush directory was made in your home directory (~).

Comment by David Luhman on Nov 18th, 2011 at 5:58 pm

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options