Tag: Linux
Occurrence | Published | |
---|---|---|
Sendmail configurationInstall sendmail if needed Sendmail may not be the default MTA on some Linux distributions. |
||
Pre-installation checklistServers Operating system ▢ OpenSuse 15.5 ▢ Amazon Linux 2 / 2023 ▢ Fedora 33 The product is tested on OpenSuse 15.5 but will run on most modern Linux versions supporting systemd. |
||
Java installationEither OpenJDK or the Oracle JRE will work fine depending on your preference, though OpenJDK will already come with most Linux distributions. |
||
Getting startedTo install Jiglu on Linux, first understand how it fits into other systems and what you need to get going: Server architecture Email integration Pre-installation checklist Next, install the prerequisites: PostgreSQL installation Java installation Tomcat installation Configuring Apache Then install and configure Jiglu: Jiglu server installation Sendmail configuration PostgreSQL database creation Finally start and use the application: Starting Jiglu for the first time Accessing Jiglu for the first time |
||
PostgreSQL installationOn OpenSuse 15.5 to install PostgreSQL 16 use: zypper install postgresql16 postgresql16-server postgresql16-contrib On Amazon Linux 2 to install PostgreSQL 14 use: amazon-linux-extras install postgresql14 On Fedora or Redhat to install PostgreSQL 15 use: yum install postgresql15 Shared memory Most Linux distributions will come with shared memory already suitably configured for running PostgreSQL. |