From f8ba91808cc97117107a82d18d35dd4e4994ca6d Mon Sep 17 00:00:00 2001 From: nehresma Date: Mon, 31 Jan 2000 16:55:05 +0000 Subject: [PATCH] added step for copying config_default.php to config.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@189 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index d5254af0..db5c0ecc 100644 --- a/INSTALL +++ b/INSTALL @@ -8,9 +8,11 @@ overview of how to install SquirrelMail. 3. Unarchive SquirrelMail in a subdirectory that is accessable by the web server. EX: /home/httpd/html/squirrelmail-0.1 -4. Edit the config file, config/config.php +4. Copy the config file config/config_default.php to config/config.php. -5. Change the permissons for the "data/" directory so it's writable to +4. Edit the config file, config/config.php for your network. + +6. Change the permissons for the "data/" directory so it's writable to the web server. Under Red Hat Linux 6.0, this is done by: chown -R nobody data @@ -19,5 +21,5 @@ overview of how to install SquirrelMail. "nobody" is the user and group for the apache server for this example. -6. Point your browser to the location you specified in step 2. +7. Point your browser to the location you specified in step 2. In this example, it's: http://YOURHOST/squirrelmail-0.1/index.html -- 2.25.1