Changeset a898459 in github
- Timestamp:
- Nov 25, 2007 11:04:38 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b2ff3d4
- Parents:
- 6223e95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r1fb2c8e ra898459 1 INTRODUCTION 2 ============ 3 4 This file describes the basic steps to install RoundCube Webmail on your 5 web server. For additional information, please also consult the project's 6 wiki page at 7 8 http://trac.roundcube.net/wiki 1 9 2 10 REQUIREMENTS … … 85 93 * PostgreSQL 86 94 ------------ 87 To use RoundCube with PostgreSQL support you have to follow the next88 simple steps, which have to be done withthe postgres system user (or95 To use RoundCube with PostgreSQL support you have to follow these 96 simple steps, which have to be done as the postgres system user (or 89 97 which ever is the database superuser): 90 98 91 $ createuser roundcube mail92 $ createdb -O roundcube mailroundcubemail99 $ createuser roundcube 100 $ createdb -O roundcube roundcubemail 93 101 $ psql roundcubemail 94 102 95 103 roundcubemail =# ALTER USER roundcube WITH PASSWORD 'the_new_password'; 96 roundcubemail =# \c - roundcube mail104 roundcubemail =# \c - roundcube 97 105 roundcubemail => \i SQL/postgres.initial.sql 98 106 99 All this has been tested with PostgreSQL 8. 0.x and 7.4.x. Older107 All this has been tested with PostgreSQL 8.x and 7.4.x. Older 100 108 versions don't have a -O option for the createdb, so if you are 101 109 using that version you'll have to change ownership of the DB later. … … 105 113 ============= 106 114 107 Change the files in config/* according your to environment and your needs. 108 Details about the config paramaters can be found in the config files. 115 First of all, rename the files config/*.inc.php.dist to config/*.inc.php. 116 You can then change these files according to your environment and your needs. 117 Details about the config parameters can be found in the config files. 109 118 110 119 You can also modify the default .htaccess file. This is necessary to
Note: See TracChangeset
for help on using the changeset viewer.
