This may sound stupid .. but where do I place drush make?
At first I thought it might be in drush head but no luck
when running a drush make command I get

$ drush make featureserver.make
A Drupal installation directory could not be found                                [error]
The command 'drush.php make featureserver.make' could not be found.  [error]

Also tried placing the drush make module inside the drush includes dir with no luck.

Comments

Macronomicus’s picture

Title: Where to install drush make? » Where to install drush make? For Aegir Systems
Status: Active » Fixed

steveparks told me over at irc to place it in the /var/aegir/.drush directory along with the provision module and it worked instantly! Fantastic!

How freaking cool!!
...spit out my features server platform in a couple of seconds!
What yummy sweet Drupal goodness! You guys rock!

dmitrig01’s picture

Thanks! as talked about in http://drupal.org/node/566996, we still need to write documentation.

Macronomicus’s picture

NP .. u deserve the praise .. its a very cool module!

I guess the instructions may be slightly different for someone not using Aegir but I couldn't guess what that is, maybe then it would go in the drush folder? I dunno... if we could at least get that into this issue it will be here when someone comes a knocking, then on to the module description page & readme when that time comes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

irishgringo’s picture

Version: 6.x-1.0-beta1 » 6.x-2.0-beta6
Status: Closed (fixed) » Needs review

I do not remember installing DRUSH MAKE, but I find that I have use of it. I am wondering if the latest version of DRUSH has DRUSH MAKE included, but not documented. If that is the case, you should mention it somewhere, before people start looking around for it. But I did generate some files using DRUSH MAKE and I am impressed. It generates parts of a profile from what I see.

Anonymous’s picture

Status: Needs review » Closed (fixed)

Drush Make is not included in Drush, it is a separate component. Therefore there is no missing documentation. Why did you reopen this ticket and mark it 'for review' ?

For the record for this ticket, Drush Make is automatically installed for Aegir systems when the install script is run.

entrigan’s picture

In my case (ubuntu 10.04 php 5.3 aegir .4-alpha8) I was getting "The command 'drush.php make featureserver.make' could not be found".

It turns out I needed to run the drush make command as the aegir user (why I am not sure, ideas?)

This is probably unrelated to the OP, but since this is the first google result I thought this would be useful.

dmitrig01’s picture

@entrigan - if it's in /home/[user], you need be the right user ;-).