changed the background of the motd to always be white
[squirrelmail.git] / INSTALL
1 Sorry for the incomplete documentation at this time. Here is a quick
2 overview of how to install SquirrelMail.
3
4 1. Make Apache (or whatever web server) happy with PHP4.
5
6 2. Unarchive SquirrelMail in a subdirectory that is accessable by the
7 web server. EX: /home/httpd/html/squirrelmail-0.1
8
9 3. Edit the config file, config/config.php
10
11 4. Change the permissons for the "data/" directory so it's writable to
12 the web server. Under Red Hat Linux 6.0, this is done by:
13
14 chown -R nobody data
15 chgrp -R nobody data
16
17 "nobody" is the user and group for the apache server for this
18 example.
19
20 5. Point your browser to the location you specified in step 2.
21 In this example, it's: http://YOURHOST/squirrelmail-0.1/index.html