- PHP5.6 or PHP7 (preferred), along with the following extensions:
- php-curl php-ldap php-bcmath php-gd php-dom
- Composer (If using Git)
- mysql-server
- NGINX or Apache
Follow these directions for configuration.
Simply point your browser to web/setup/index.html
and the installer will start. If you have your web root to the web
directory, point your browser to setup/index.html
.
- Clone the repository
- Copy
app/config/parameters.php.dist
toapp/config/parameters.php
- Install composer globally
- Run
composer install
- Point your browser to
setup/index.html
. If you have your web root to theweb
directory, point your browser tosetup/index.html
.