Last change
on this file since 972 was
750,
checked in by djay, 9 years ago
|
Fix CentOS documentation, add the javax section and the minimal required parameter.
|
-
Property svn:keywords set to
Date Author
-
Property svn:mime-type set to
text/plain
|
File size:
1.5 KB
|
Line | |
---|
1 | .. _install-centos: |
---|
2 | |
---|
3 | Installation on CentOS |
---|
4 | ====================== |
---|
5 | |
---|
6 | Use the following instructions to install `ZOO-Project <http://zoo-project.org>`__ on CentOS distributions. |
---|
7 | |
---|
8 | Prerequisites |
---|
9 | ---------------------- |
---|
10 | |
---|
11 | First you should add the `ELGIS Repository <http://elgis.argeo.org>`__ then install the |
---|
12 | dependencies by using `yum` commands. |
---|
13 | |
---|
14 | .. code-block:: guess |
---|
15 | |
---|
16 | rpm -Uvh http://elgis.argeo.org/repos/6/elgis-release-6-6_0.noarch.rpm |
---|
17 | rpm -Uvh \ |
---|
18 | http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm |
---|
19 | wget\ |
---|
20 | http://proj.badc.rl.ac.uk/cedaservices/raw-attachment/ticket/670/armadillo-3.800.2-1.el6.x86_64.rpm |
---|
21 | yum install armadillo-3.800.2-1.el6.x86_64.rpm |
---|
22 | yum install hdf5.so.6 |
---|
23 | yum install gcc-c++ zlib-devel libxml2-devel bison openssl \ |
---|
24 | python-devel subversion libxslt-devel libcurl-devel \ |
---|
25 | gdal-devel proj-devel libuuid-devel openssl-devel fcgi-devel |
---|
26 | yum install java-1.7.0-openjdk-devel |
---|
27 | |
---|
28 | |
---|
29 | Installation |
---|
30 | ---------------------- |
---|
31 | |
---|
32 | Now refer to general instructions from :ref:`install-installation` to |
---|
33 | setup your ZOO-Kernel and the ZOO-Services of your choice. |
---|
34 | |
---|
35 | .. note:: |
---|
36 | In case you use the Java support, please, make sure to use the |
---|
37 | correct version of both java and javac using the following |
---|
38 | commands: |
---|
39 | |
---|
40 | .. code-block:: guess |
---|
41 | |
---|
42 | update-alternatives --config java |
---|
43 | update-alternatives --config javac |
---|
44 | |
---|
45 | Also, make sure to add the following to your `main.cfg` file before |
---|
46 | trying to execute any Java service: |
---|
47 | |
---|
48 | .. code-block:: guess |
---|
49 | |
---|
50 | [javax] |
---|
51 | ss=2m |
---|
52 | |
---|
Note: See
TracBrowser
for help on using the repository browser.