Tag: Directories (directory)
Occurrence | Published | |
---|---|---|
Jiglu installation directories/opt/jiglu Main installation directory. |
||
Preregistration of LDAP usersThe tool can be run from /opt/jiglu/bin/register-directory-users.sh. |
||
Jiglu server installationFirst 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. |
||
PostgreSQL installationYou will need to edit pg_hba.conf, normally found in/var/lib/pgsql/data/or a similar directory. |
||
Upgrading JigluPackage 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. |
||
Tomcat installationYou 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: <? |
||
Sendmail configurationIn OpenSuse the former directory will be used, in Amazon Linux, Fedora and Redhat the latter will be used. |