Tag: Amazon Linux
Occurrence | Published | |
---|---|---|
Sendmail configurationIn OpenSuse the former directory will be used, in Fedora, Redhat, Amazon Linux and similar distributions the latter will be used. |
||
PostgreSQL installationOn OpenSuse 15.2 to install PostgreSQL 12 use: zypper install postgresql12 postgresql12-server postgresql12-contrib On Amazon Linux 2 to install PostgreSQL 10 use: amazon-linux-extras install postgresql10 Shared memory Most Linux distributions will come with shared memory already suitably configured for running PostgreSQL. |
||
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 |
||
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. |
||
Installing Jiglu on Amazon Web ServicesSearch for Jiglu and install the most recent AMI - this will be named similar to "Jiglu 14.0.0 on Amazon Linux AMI" and from owner 446302093934. |
||
Tomcat installationOn OpenSuse use: zypper install tomcat On Amazon Linux instead use: amazon-linux-extras install tomcat9 Configuration Configuration files for Tomcat are normally located in /etc/tomcat or /etc/tomcat8. |
||
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 |
||
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. |