
densite scripts for easy install of drupal on debian machines
Excellent module if you are using a debian based server (like ubuntu) and you need to install drupal, or make new base sites or sub sites to a base site.
All you have to do for a install is:
drush densitein yoursite.org
all you have to do for making a new base site is:
drush densitesa sub.yoursite.org
all you have to do for making a new sub site is:
drush densite sub.yoursite.org
in order for listing your sites you do a:
drush listsites
Just remember that it is a shell script, so you need to have access to a shell on your server. You also need the drush module (also a shell script).
Review by bech [info] on July 2, 2009 - 09:32