diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-09 15:36:52 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-09 15:36:57 +0100 |
commit | 0c137f7dace052015757ad49ff82bdbfb5f089d5 (patch) | |
tree | 754d1690a907a4c62ae6f24793d1a93b4f50166a /INSTALL | |
parent | a7a778c157426f12f176648802a51c5e5397a81a (diff) |
Consider composer.json dependencies in installation and upgrading instructions and scripts
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ INSTALLATION 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` + - run `php composer.phar install --no-dev` 3. Make sure that the following directories (and the files within) are writable by the webserver - /temp |