Hello,

I'm having trouble setting up Drush to use the Aegir project.

Here is where everything is:
/var/aegir/drush - drush HEAD
/var/aegir/drupal-5.x - Drupal 5.17
/var/aegir/drupal-5.x/profiles/hostmaster/modules/hosting/ - Hosting module HEAD
/var/aegir/.drush/provision - Provision module HEAD

When I run "drush help" as root, I don't see any provision or hosting commands
When I run "drush help" as user aegir, I see provision commands, but no hosting

If I run "drush version" (see version.drush.inc here: http://drupal.org/node/425670), it shows the hosting files. So Drush see's them, but doesn't allow them to run? I don't understand.

What am I missing?

Comments

MichaelCole’s picture

From IRC:

(9:46:18 AM) Michael Cole: Hey, "hosting" doesn't appear in "drush help" for me.  I followed the instructions, what did I miss?
(9:47:03 AM) Vertice: it doesn't actually appear
(9:47:08 AM) Vertice: due to a recent change they made
(9:47:36 AM) Vertice: the commands are now loaded into help regardless of whether they are enabled or not
(9:47:42 AM) Michael Cole: Hmmm...  How do I do "drush hosting setup" then?
(9:47:46 AM) Vertice: but to get it, it doesn't actually bootstrap drupal
(9:47:50 AM) Vertice: the hosting setup will still work
(9:48:01 AM) Vertice: basically. the hosting module is in the hostmaster profile
(9:48:15 AM) Vertice: when drush gets help it doesn't actually bootstra drupal
(9:48:32 AM) Vertice: and the only way to find out what install profile the site has, is to bootstrap it
(9:48:36 AM) Vertice: if you run hosting setup
(9:48:39 AM) Vertice: it will still work
(9:48:46 AM) Vertice: it just doesn't appear in help with the latest drush

I updated the wiki here: http://groups.drupal.org/node/21890

Mike

MichaelCole’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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