This is an old version of the document!
No special considerations are required when installing Ubuntu 18.04. The packages can be installed without any further configuration adjustments.
Some preliminary work is necessary when installing on an Ubuntu 16.04 system.
Bevor das Paket benno-web installiert werden kann, müssen der Apache Webserver und PHP-Pakete installiert werden.
apt-get install apache2 libapache2-mod-php7.0 php7.0-sqlite3 php7.0-curl php-mbstring
After that, the Prefork module and the PHP7 module are activated.
a2enmod php7.0 a2dismod mpm_event a2enmod mpm_prefork
The installation of Benno MailArchiv can now be carried out.
apt-get install benno-archive benno-rest benno-web
Die aktuellen Versionen von Benno MailArchiv benötigen eine aktuellere Version von OpenJDK. Beim Upgrade auf eine aktuelle Version von Benno MailArchiv muss daher zusätzlich ein PKK-Repository eingebunden werden. Die Beschreibung findet sich u.a. im Unbuntu Handbuch.