X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=20ce4b81eb511347a525b41d1aad9dfaab9b579d;hb=5823fa438a648cb350f14fa769985a9421f34a01;hp=a10c48668189d824d48d2ea9b602cc11c4379f07;hpb=c5ec0a4afd1577844529a877c6e6e74f8d951341;p=squirrelmail.git diff --git a/INSTALL b/INSTALL index a10c4866..20ce4b81 100644 --- a/INSTALL +++ b/INSTALL @@ -8,5 +8,14 @@ overview of how to install SquirrelMail. 3. Edit the config file, config/config.php -4. Point your browser to the location you specified in step 2. +4. 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 + chgrp -R nobody data + + "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. In this example, it's: http://YOURHOST/squirrelmail-0.1/index.html