ILIAS 6 and 5.4 Install-Tutorial for Ubuntu 18.04
ILIAS-Service
Installing ILIAS
- Create these directories outside webspace:
mkdir /opt/iliasdata
mkdir /opt/iliasdata/lucene
mkdir /opt/iliasdata/errorlog
- Change to Webserver directory:
cd /var/www/html
- Download ILIAS latest via git:
git clone https://github.com/ILIAS-eLearning/ILIAS.git ilias
- By the way:
- You can update the current version of ILIAS with: git pull
- You can switch the ILIAS version with: git checkout release_xx. Examples:
cd /var/www/html/ilias
- ILIAS 5.2:
git checkout release_5-2
- ILIAS 5.3:
git checkout release_5-3
- ILIAS 5.4:
git checkout release_5-4
- ILIAS 6:
git checkout release_6
- ILIAS 5.2:
- Install composer (since ILIAS 6):
cd /var/www/html/ilias
composer install --no-dev
- Adjust the rightsettings:
chown -R www-data:www-data /var/www/html
chown -R www-data:www-data /opt/iliasdata
chmod -R 774 /var/www/html
chmod -R 770 /opt/iliasdata
- Call ILIAS-Setup:
https://bbs-ilias.de/ilias/setup/setup.php
- Here an example for the Basic-Settings-Page:
- Very important: Leave the https-Settings unchecked!!!!