| | |
| | | - memory_limit > 16MB (increase as suitable to support large attachments) |
| | | - file_uploads enabled (for attachment upload features) |
| | | - session.auto_start disabled |
| | | - zend.ze1_compatibility_mode disabled |
| | | - suhosin.session.encrypt disabled |
| | | - mbstring.func_overload disabled |
| | | - magic_quotes_runtime disabled |
| | |
| | | 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 |