Drool is a command-line tool that automates the mundane tasks of managing Drupal Web sites on a server and also offers a few more novel features. It can create new sites, install modules and themes directly from drupal.org, and clone one Drupal site to another.
Drool helps you rapidly design themes by automatically skinning images (i.e. chopping and slicing them up for CSS scaling) onto regions of a theme.
INSTALL DRUPAL
Download and unpack drupal to some web-accessibly directory, like '/somedir/drool', so that the drupal path is like this: '/somedir/drool/drupal-5.5'.
INSTALL DROOL
Download the source file, uncompress it, enter the folder and run:
$sudo python setup.py install
CONFIGURE DROOL
Edit the file /etc/drool.conf and set appropriate values for your server.
Product's homepage
Requirements:
· Apache
· MySQL
· python-imaging
· python-mysqldb
· Python
· libapache2-mod-cband
What's New in This Release: [ read full changelog ]
· Some minor feature enhancements were added to the core and interface. It's now easier to manage more sites, since Drupal installations can go under hierarchical folder structures.