Tag: OpenSuse

6 occurrences
Occurrence Published

Sendmail configuration

To install it on OpenSuse use: zypper install sendmail sendmail-devel When prompted, you should choose the option to remove Postfix.

Pre-installation checklist

Servers Operating system ▢ OpenSuse 15.2 ▢ Amazon Linux 2 ▢ Fedora 33 ▢ Windows Server 2019 The product is tested on OpenSuse 15.2 but will run on most modern Linux versions.

Configuring Apache

Automatic starting To enable Apache to start when the server is booted, on OpenSuse use: systemctl enable apache2 systemctl start apache2 On Amazon Linux 2 use: systemctl enable httpd systemctl start httpd

PostgreSQL installation

On OpenSuse this will be done when the service is first started and until then no configuration files will exist.

Java installation

On OpenSuse use: zypper install java-11-openjdk java-11-openjdk-headless You may also need to install fonts so that the captcha images work: zypper install fetchmsttfonts On Amazon Linux 2 instead use: yum install java-11-amazon-corretto java-11-amazon-corretto-headless If it was already installed you may need to check the correct JRE is set as the default: update-alternatives --config java

Upgrading Jiglu

On OpenSuse use: systemctl restart tomcat On Fedora, Redhat or Amazon Linux instead use: service tomcat restart Background data upgrades For some major upgrades it will be necessary to rebuild the text search indexes or to retag all the content when changes have been made to this process.