This is an old version of the document!
Bei der Installation auf einem Ubuntu 1604 System sind einige Vorarbeiten notwendig.
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 php-mbstring
After that, the Prefork module and the PHP7 module are activated.
a2enmod libapache2-mod-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