This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Greg edited this page Jun 17, 2017
·
9 revisions
- Database MySQL or PgSQL
- Apache2 or Nginx
- PHP 5.6 or 7.x
- Composer
At the root of the target folder (e.g. /var/www
), run the following Composer command:
composer create-project edno/kleis --no-dev
Download the latest release package kleis-X.Y.zip
, and extract it into the the target folder (e.g. /var/www/kleis
):
unzip kleis-X.Y.zip -d /var/www/kleis
From the target folder, run the following Composer command:
composer install --no-dev
Setup the website in Apache with following commands:
cp kleis.conf /etc/apache2/sites-available/
a2dissite 000-default
a2ensite kleis
service apache2 restart
In a browser open the following URL (for default Apache configuration):
http://localhost/
Follow the installation wizard for completing the setup.
Once the setup is complete you can log in with the email [email protected]
and password admin
. You should create a new super administrator and disable the default one.