Tag: Amazon Linux
Occurrence | Published | |
---|---|---|
Sendmail configurationHow to integrate Jiglu with the sendmail MTA. |
||
PostgreSQL installationTo create the files on OpenSuse use: systemctl start postgresql On Amazon Linux, Fedora or Redhat instead use: /usr/bin/postgresql-setup initdb systemctl start postgresql Set postgres superuser password It is good practice to set a password for the postgres super user. |
||
Configuring ApacheHow to configure Apache as an accelerating reverse proxy for Jiglu. |
||
Tomcat installationOn OpenSuse use: zypper install tomcat On Amazon Linux instead use: dnf install tomcat10 Configuration Configuration files for Tomcat are normally located in /etc/tomcat or /etc/tomcat8. |
||
Java installationOn OpenSuse use: zypper install java-21-openjdk java-21-openjdk-headless On Amazon Linux instead use: yum install java-21-amazon-corretto java-21-amazon-corretto-headless If Java was already installed you may need to check the correct JRE is set as the default: update-alternatives --config java |
||
Jiglu installation directoriesThe directories and files installed by the system. |