Run a drush command on all of your sites in a multisite

Submitted by barnettech on

Drush is of course the best way to manage your site, and here at Babson College we are utilizing multi-sites on the Acquia Cloud. These commands greatly simplify our account management across these many sites:

To run a drush command on all of your sites in a multisite

go to your drupal root directory ie: /var/www/html/babsondev/docroot

and then run

drush @sites user-create testuser
drush @sites user-password someuser --password="gr3@tP@$s"

this will create a user on all of your sites. To get a site list you can do

The Droogle Module integrating google docs and Drupal is now released on drupal.org

Submitted by barnettech on

This screenshot reflects the versions of Droogle pre version 7.x-4x.  I will aim to post new screenshots of the 7.x-4x + versions.

Droogle has been promoted on drupal.org as a full project. It is being supported by myself and Babson College. We'd love your feedback, feel free to post to Droogle's issue que with any suggestions, bugs, etc.