diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-03 20:17:04 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-03 20:17:04 +0000 |
| commit | 30515b04bae17fd85c7f78c837e7f6d53ee2405a (patch) | |
| tree | 4ffa5523a47276e48f9838fd01c1e6b88eaf4809 /roundcubemail/INSTALL | |
| parent | 52be1875ee7ee29ecf851ab33e9b92e97657a851 (diff) | |
Minor bugfixes and SMTP support
git-svn-id: https://svn.roundcube.net/trunk@16 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
| -rw-r--r-- | roundcubemail/INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL index f2414ad18..8c94157a1 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/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. |
