User tools

Website tools


Ubuntu

Ubuntu in general

Bei der Installation von Benno MailArchiv werden einige Pakete aus den „universe“ Repositories benötigt. Diese sind bei unter Umständen bei der Default-Installation von Ubuntu Server nicht konfiguriert und müssen vor der Installation von Benno MailArchiv aktiviert werden.

For further comments on Ubuntu, see Debian vs. Ubuntu.

Ubuntu 22.04

No special considerations are required when installing Ubuntu 22.04. The packages can be installed without any further configuration adjustments.

Ubuntu 20.04

No special considerations are required when installing Ubuntu 20.04. The packages can be installed without any further configuration adjustments.

Ubuntu 18.04

No special considerations are required when installing Ubuntu 18.04. The packages can be installed without any further configuration adjustments.

Ubuntu 16.04

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

Ubuntu 12.04

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.

ubuntu.txt Last modified: 2023/01/12 16:31 by lwsystems