Tag: OpenSuse use

5 occurrences
Occurrence Published

Sendmail configuration

In OpenSuse the former directory will be used, in Fedora, Redhat, Amazon Linux and similar distributions the latter will be used.

Configuring Apache

On OpenSuse use: zypper install apache2 On Amazon Linux 2 instead use: yum install httpd mod_ssl Configuration While Tomcat can be used on its own to directly service clients, normally we would recommend using it behind Apache to take advantage of its cacheing facilities.

PostgreSQL installation

On OpenSuse use: systemctl restart postgresql On Amazon Linux use: service postgresql-10 restart Configuration The default PostgreSQL configuration, in postgresql.conf, is generally suitable for most small installations.

Java installation

Jiglu uses the Java 11 platform.

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.