added step for copying config_default.php to config.php
[squirrelmail.git] / INSTALL
... / ...
CommitLineData
1Sorry for the incomplete documentation at this time. Here is a quick
2overview of how to install SquirrelMail.
3
41. Configure PHP4 --with-gettext for internationalization.
5
62. Make Apache (or whatever web server) happy with PHP4.
7
83. Unarchive SquirrelMail in a subdirectory that is accessable by the
9 web server. EX: /home/httpd/html/squirrelmail-0.1
10
114. Copy the config file config/config_default.php to config/config.php.
12
134. Edit the config file, config/config.php for your network.
14
156. Change the permissons for the "data/" directory so it's writable to
16 the web server. Under Red Hat Linux 6.0, this is done by:
17
18 chown -R nobody data
19 chgrp -R nobody data
20
21 "nobody" is the user and group for the apache server for this
22 example.
23
247. Point your browser to the location you specified in step 2.
25 In this example, it's: http://YOURHOST/squirrelmail-0.1/index.html