Tag: OpenSuse
Occurrence | Published | ||
---|---|---|---|
Published: June 2022 | |||
Sendmail configurationTo install it on OpenSuse use: zypper install sendmail sendmail-devel When prompted, you should choose the option to remove Postfix. |
|||
Published: February 2022 | |||
Java installationOn 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 |
|||
Published: April 2021 | |||
Configuring ApacheAutomatic 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 installationOn OpenSuse this will be done when the service is first started and until then no configuration files will exist. |
|||
Pre-installation checklistServers 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. |
|||
Published: January 2018 | |||
Upgrading JigluOn 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. |