From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- www/drupal6/files/pkg-message.in | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 www/drupal6/files/pkg-message.in (limited to 'www/drupal6/files') diff --git a/www/drupal6/files/pkg-message.in b/www/drupal6/files/pkg-message.in deleted file mode 100644 index db838b73046f..000000000000 --- a/www/drupal6/files/pkg-message.in +++ /dev/null @@ -1,30 +0,0 @@ -You now need to create the DB where Drupal is going to live - - PostgreSQL:: - createdb -U pgsql -W drupal - createuser -U pgsql -P -e drupal - createlang -U pgsql -W plpgsql drupal - - MySQL:: - mysqladmin -u dba_user -p create drupal - mysql -u dba_user -p - GRANT ALL PRIVILEGES ON drupal.* TO drupal@localhost IDENTIFIED BY 'passwd'; - -You also need to add appropriate configuration directives to your apache -configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf). - -A typical configuration might read: - - Alias /drupal "%%DRUPAL_DIR%%" - - Options Indexes FollowSymlinks MultiViews - AllowOverride None - Order allow,deny - Allow from all - - -Please see http://drupal.org/cron for important information on setting up -periodic maintenance tasks in Drupal. - -For important information about upgrading from Drupal version 4, please see: -%%DRUPAL_DIR%%/doc/UPGRADE.txt -- cgit v1.2.3