X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=INSTALL;h=d5254af0af0b9a7fafaf7f3c6e3723b7b3fd6e91;hp=20ce4b81eb511347a525b41d1aad9dfaab9b579d;hb=9b57e8484fd3d3b9db728d1f585159400d4842fb;hpb=80e647e9ce9ce216b76711853048ef98dcdfe2c0;ds=sidebyside diff --git a/INSTALL b/INSTALL index 20ce4b8..d5254af 100644 --- a/INSTALL +++ b/INSTALL @@ -1,14 +1,16 @@ Sorry for the incomplete documentation at this time. Here is a quick overview of how to install SquirrelMail. -1. Make Apache (or whatever web server) happy with PHP4. +1. Configure PHP4 --with-gettext for internationalization. -2. Unarchive SquirrelMail in a subdirectory that is accessable by the +2. Make Apache (or whatever web server) happy with PHP4. + +3. Unarchive SquirrelMail in a subdirectory that is accessable by the web server. EX: /home/httpd/html/squirrelmail-0.1 -3. Edit the config file, config/config.php +4. Edit the config file, config/config.php -4. Change the permissons for the "data/" directory so it's writable to +5. 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 @@ -17,5 +19,5 @@ overview of how to install SquirrelMail. "nobody" is the user and group for the apache server for this example. -5. Point your browser to the location you specified in step 2. +6. Point your browser to the location you specified in step 2. In this example, it's: http://YOURHOST/squirrelmail-0.1/index.html