Tag: Fedora
Occurrence | Published | |
---|---|---|
Sendmail configurationIn OpenSuse the former directory will be used, in Amazon Linux, Fedora and Redhat the latter will be used. |
||
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. |
||
Pre-installation checklistServers Operating system ▢ OpenSuse 15.6 ▢ Amazon 2023 ▢ Fedora 41 The product is tested on OpenSuse 15.5 but will run on most modern Linux versions supporting systemd. |
||
Jiglu installation directories/usr/share/sendmail-cf/mailer Sendmail mailer configuration files for Fedora and Amazon Linux. |
||
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, Fedora or Redhat use: systemctl enable httpd systemctl start httpd |