summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-09-10 13:57:38 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-09-10 13:57:45 +0200
commit1985eb2e6d77fcb77c95569f43e1b0f4c91bed88 (patch)
treec570734739f6848c1c585840c8ff5d2ce9c87aaa /INSTALL
parent315a0b787c2b1409365226842751face7ab0974c (diff)
Describe the installation of 3rd party libs through composer
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 11 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 9ab791112..d9f3f1f68 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,22 +40,26 @@ REQUIREMENTS
or SQLite support in PHP
* One of the above databases with permission to create tables
* An SMTP server (recommended) or PHP configured for mail delivery
+* Composer installed either locally or globally
INSTALLATION
============
1. Decompress and put this folder somewhere inside your document root
-2. Make sure that the following directories (and the files within)
+2. Install dependencies using composer:
+ - get composer from https://getcomposer.org/download/
+ - rename the composer.json-dist file into composer.json
+ - run `php composer.phar install`
+3. Make sure that the following directories (and the files within)
are writable by the webserver
- /temp
- /logs
-3. Create a new database and a database user for Roundcube (see DATABASE SETUP)
-4. Point your browser to http://url-to-roundcube/installer/
-5. Follow the instructions of the install script (or see MANUAL CONFIGURATION)
-6. After creating and testing the configuration, remove the installer directory
-7. Check Known Issues section of this file
-8. Done!
+4. Create a new database and a database user for Roundcube (see DATABASE SETUP)
+5. Point your browser to http://url-to-roundcube/installer/
+6. Follow the instructions of the install script (or see MANUAL CONFIGURATION)
+7. After creating and testing the configuration, remove the installer directory
+8. Check Known Issues section of this file
CONFIGURATION HINTS