creation
[drupal.git] / drupal-README.planetlab
1 * started from the fedora 10 srpm 
2 http://mirrors.ircam.fr/pub/fedora/linux/updates/10/SRPMS/drupal-6.7-1.fc10.src.rpm
3
4 * updated specfile for
5 ** installing stuff directly in /var/www/html
6 ** compliance with module-tools
7 ** does not create /etc/drupal, keep everything as is under /var/www/html/sites/
8
9 * defined drupal as building srpm first
10 * wrote Makefile (from libnl) to fetch tarball from the drupal download area rather than ship it
11
12 * removed fedora's drupal.conf; this is too conservative so we just rely on PLEWWW to provide the right
13   config as /etc/httpd/conf.d/planetlab.conf (based on former PLCWWW's drupal.conf)
14
15 * patched drupal-cron to remove extra /drupal/ in path
16
17 * also please note that MyPLC/plc.d/postgresql is in charge of creating the drupal db
18   in the former release (when drupal 4.7 was embedded) this script was also creating the schema, this is not the case any more