work rambling

Multiple Drupal Sites With One Install

I've been trying to setup a system that allows me to maintain a single Drupal installation while having multiple sites which use it while maintaining different modules and themes.

Here are some requirements.

1) core application is not editiable by local users
2) local users can modifiy themes and modules

It looks like this is in the pipe line already.

For the meantime, I need to get things moving. So I did the following.

1) Installed a master copy of drupal in /var/www/drupal_master

Pages