May
02
2010
2
By David Luhman
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.
There are 2 Comments
Directories
Submitted by Rik (not verified) on Thu, 11/03/2011 - 11:42
Hi there
Where do you make the .drush directory?
Thanks!
Rik
Make .drush in your home directory
Submitted by David Luhman on Fri, 11/18/2011 - 17:58
In this example, the .drush directory was made in your home directory (~).