drush
Using Drush (experimental release) to add modules from outside a site
sudo ~/drush.experimental.6/drush.php -r /var/www/drupal-6-agaric-core/drupal pm install link
On sharing the command with an esteemed Agaric colleague, I realized that the instructions had to be tweaked slightly... for another person, even if run
on /our/ server... and the way that's written, *anywhere* on our server
Drush feature request: install a module (or theme) into an arbitrarily specified directory
The ability to use the Drush Package Manager (drush pm) to install a module in an arbitrarily specified directory doesn't presently exist.
Testing out the new direction for Drush, which has seen the matrix and can now step outside of Drupal
Testing the code in the Drush does NOT have to be a module! issue. Specifically, the ready-to-run tarball in comment #36.
Unable to use Drush in local XAMPP on Mac OS X environment
Unable to use Drush on localhost site for unknown reasons.
There really is a running site at http://localhost/scf but through the command line it must be seeing something else– it's giving back to me the HTML for a Drupal site offline, database connection error page.
./sites/all/modules/drush/drush.php -r /sites/scf/ -l http://localhost/scf/ pm install taxonomy_enhancer
Using Drush to install or update to a particular tagged release of a module
Drush love continues. First, we use Drush's command line help to answer our every question. It follows the format drush help command.
ben@server:/sites/ignitecleanenergy/www/sites/all/modules$ drush/drush.php help pm install
Usage: drush [options] pm install ...
is the short name of a project hosted on drupal.org,
Agaric wants automatic installation of dependent modules
Posted to the Drupal.org 2008 predictions thread:
Many useful modules available for Drupal 5 will either be forced to merge together, or forked/merged substitutes will appear as people become tired of dang diddly modularinos (sorry Ned Flanders).I don't think that will happen, and if it does I think it will be a bad thing.
Drush subversion integration: svn add and svn commit following pm install
Posted to Drush issue queue:
Here's Agaric's workflow (ignore the lack of a link to Drush's path, we have too many Drupal installations to make that practical at the moment):
cd /var/www/drupal-5_3-live/sites/all/modules/
sudo php drush/drush.php -l http://example.com pm install fasttoggle
sudo svn add fasttoggle
Drush stopped installing modules. Needed -l link to site.
0 stedile:/var/www/d53/sites/all/modules# php drush/drush.php -l http://dev.wsf2008.net pm install taxonomy_redirect
Attempting to use Drush for recently released modules does not work
Just so y'all know.
Update Status module must take a while to get its info.
0 stedile:~# cd /var/www/wsf2008/sites/all/modules/
0 stedile:/var/www/wsf2008/sites/all/modules# php ./drush/drush.php pm install permissions_sorter
E: Project permissions_sorter doesn' exist or has no releases that are compatible with your Drupal version. Skipping.
Upping memory command line PHP memory limits so you can use Drush
UPDATE: Short and sweet the error and the fix (on Ubuntu, at least) with none of the jibber-jabber below.
ben@ebony-ubuntu:~/code/anjali/drupal$ drush updatecode Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/ben/code/anjali/drupal/sites/all/modules/quiz/quiz.module on line 677
