Tag: Linux

5 occurrences
Occurrence Published

Sendmail configuration

Install sendmail if needed Sendmail may not be the default MTA on some Linux distributions.

Pre-installation checklist

On Linux, Jiglu is distributed as RPMs so you will need to be able to install these.

Java installation

Either OpenJDK or the Oracle JRE will work fine depending on your preference, though OpenJDK will already come with most Linux distributions.

Getting started

To 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 installation

On OpenSuse 15.6 to install PostgreSQL 16 use: zypper install postgresql16 postgresql16-server postgresql16-contrib On Amazon Linux 2023, Fedora or Redhat, to install PostgreSQL 17 use: dnf install postgresql147 Shared memory Most Linux distributions will come with shared memory already suitably configured for running PostgreSQL.