summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-03 20:17:04 +0000
committerthomascube <thomas@roundcube.net>2005-10-03 20:17:04 +0000
commit52c1f289c288253148bbdb742ff72104c5950dd0 (patch)
treec17454bf371b9c7e911e0224013f8614143304f8 /INSTALL
parentd3d42bde2a5d5e2c7915ee30b79dfde132feaed7 (diff)
Minor bugfixes and SMTP support
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index f2414ad18..8c94157a1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,10 +6,11 @@ INSTALLATION
2. Make shure that the following directories are writable by the webserver
- /temp
- /logs
-3. Modify the files in /config to suit your local environment
-4. Create database tables using the queries in file 'SQL/initial.sql'
- Rename tables if you like, but make shure the names are also changed in /config/db.inc
-5. Done!
+3. Rename the files config/*.inc.php.dist to config/*.inc.php
+4. Modify the files in config/* to suit your local environment
+5. Create database tables using the queries in file 'SQL/*.initial.sql'
+ Rename tables if you like, but make shure the names are also changed in config/db.inc.php
+6. Done!
REQUIREMENTS
@@ -28,5 +29,5 @@ REQUIREMENTS
CONFIGURATION
=============
-Change the files in /config/ according your environment and you needs.
+Change the files in config/* according your environment and you needs.
Details about the config paramaters can be found in the config files.