Tag: Directories (directory)

7 occurrences
Occurrence Published
Published: November 2023

PostgreSQL installation

You will need to edit pg_hba.conf, normally found in/var/lib/pgsql/data/or a similar directory.

Published: October 2023

Jiglu server installation

First install the public key for the Jiglu RPM packages so that they can be verified as genuine: wget https://www.jiglu.com/download/jiglu-rpm-key.txt rpm --import jiglu-rpm-key.txt Now copy the packages to a directory on the server and then use: rpm -U jiglu-version.rpm jiglu-webapp-version.rpm Changing version for the version number of the RPMs.

Preregistration of LDAP users

The tool can be run from /opt/jiglu/bin/register-directory-users.sh.

Sendmail configuration

In OpenSuse the former directory will be used, in Amazon Linux, Fedora and Redhat the latter will be used.

Upgrading Jiglu

Package upgrade Copy the RPM files to a directory on the server and then use: rpm -U jiglu-version.rpm jiglu-webapp-version.rpm Changing version for the version number of the RPMs.

Jiglu installation directories

/opt/jiglu Main installation directory.

Published: April 2021

Tomcat installation

You may also want to allow file compression for scripts and stylesheets: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" maxSwallowSize="134217728" compressableMimeType="text/javascript,text/css" compression="2048" redirectPort="8443" /> Deployment descriptor In the Catalina directory, add a deployment descriptor by creating a directory with the same name as the host name above and inside it adding a ROOT.xml file: <?