Installation on CentOS¶
Use the following instructions to install ZOO-Project on CentOS distributions.
Prerequisites¶
First, enable the EPEL repository and install the necessary dependencies using yum:
sudo yum install epel-release
sudo yum groupinstall "Development Tools"
sudo yum install gcc-c++ zlib-devel libxml2-devel bison openssl \
python3-devel subversion libxslt-devel libcurl-devel \
gdal-devel proj-devel libuuid-devel openssl-devel fcgi-devel \
java-11-openjdk-devel
Note
The ELGIS repository is deprecated and no longer maintained.
Ensure that python3-devel is installed, as Python 2 has reached end-of-life.
Installation¶
Refer to general instructions from Installation on Unix/Linux to setup your ZOO-Kernel and the ZOO-Services of your choice.
Note
In case you use the Java support, please, make sure to use the correct version of both java and javac using the following commands:
sudo alternatives --config java
sudo alternatives --config javac
Also, make sure to add the following to your main.cfg file before trying to execute any Java service:
[javax]
ss=2m