|
|
@ -53,6 +53,11 @@ it on a unix system, you need to do the following operations by hand: |
|
|
|
- run `php composer.phar install --no-dev`. |
|
|
|
4c. If you use git sources or the release package without dependencies |
|
|
|
update javascript dependencies by executing `bin/install-jsdeps.sh` script. |
|
|
|
4d. If you use git sources compile css files for the Elastic skin: |
|
|
|
$ cd skins/elastic |
|
|
|
$ lessc -x styles/styles.less > styles/styles.css |
|
|
|
$ lessc -x styles/print.less > styles/print.css |
|
|
|
$ lessc -x styles/embed.less > styles/embed.css |
|
|
|
5. Run `./bin/update.sh` from the commandline OR |
|
|
|
open http://url-to-roundcube/installer/ in a browser and choose "3 Test config". |
|
|
|
To enable the latter one, you have to temporary set 'enable_installer' |
|
|
|