diff options
Diffstat (limited to 'www/drupal7/files/pkg-message.in')
-rw-r--r-- | www/drupal7/files/pkg-message.in | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/www/drupal7/files/pkg-message.in b/www/drupal7/files/pkg-message.in index f5258730b02a..412e458ae16d 100644 --- a/www/drupal7/files/pkg-message.in +++ b/www/drupal7/files/pkg-message.in @@ -1,14 +1,15 @@ -You now need to create the DB where Drupal is going to live +################################################################################ +Complete instructions for installing and configuring Drupal can be found here: - PostgreSQL:: - createdb -U pgsql -W drupal - createuser -U pgsql -P -e drupal - createlang -U pgsql -W plpgsql drupal +%%DOCSDIR%%/INSTALL.txt - 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 need to create the DB where Drupal is going to live, and depending on +which database you intend to use, you should consult one of the following +documents: + + %%DOCSDIR%%/INSTALL.mysql.txt + %%DOCSDIR%%/INSTALL.pgsql.txt + %%DOCSDIR%%/INSTALL.sqlite.txt You also need to add appropriate configuration directives to your apache configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf). @@ -26,5 +27,16 @@ A typical configuration might read: Please see http://drupal.org/cron for important information on setting up periodic maintenance tasks in Drupal. +Please see http://drupal.org/requirements for important information on +system requirements for Drupal 7. In particular, please ensure that your +configuration: + +- uses PHP 5.2.5 or later +- PHP "memory_limit" is set to "32Mb" or larger +- PHP "register_globals" is set to "Off" +- PHP "safe_mode" is set to "Off" +- PHP "session.cache_limiter" is set to "nocache" + For important information about upgrading from previous versions of Drupal, please -please see: %%DRUPAL_DIR%%/doc/UPGRADE.txt +please see: %%DOCSDIR%%/UPGRADE.txt +################################################################################ |