Skip to content
Snippets Groups Projects
Commit 40429b27 authored by Nils Christian's avatar Nils Christian
Browse files

removed Oracle Java from installation instructions (openjdk works fine)

parent 9e4c1472
No related branches found
No related tags found
1 merge request!131removed Oracle Java from installation instructions (openjdk works fine)
...@@ -19,41 +19,12 @@ Overview ...@@ -19,41 +19,12 @@ Overview
The main steps are The main steps are
* Install `Oracle Java SE Development Kit 8 <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_.
* Install `PostgreSQL <https://www.postgresql.org/>`_ and set up a * Install `PostgreSQL <https://www.postgresql.org/>`_ and set up a
database. database.
* Install and configure `Apache Tomcat <https://tomcat.apache.org/>`_. * Install and configure `Apache Tomcat <https://tomcat.apache.org/>`_.
* Install the MINERVA RPM. * Install the MINERVA RPM.
Java SE Development Kit
-----------------------
Red Hat Enterprise Linux 7
``````````````````````````
Follow the instructions at https://access.redhat.com/solutions/732883
to install ``java-1.8.0-oracle``.
CentOS 7
````````
Follow the link for ``Java SE Development Kit 8`` at
`<http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_,
download the latest RPM and install it with
.. code:: shell
yum install -y jdk-8uXXX-linux-x64.rpm
.. warning::
This way of installing Java does **not** ensure that security
updates are installed with ``yum update``, therefore you have to
establish a process to install such updates manually.
PostgreSQL PostgreSQL
---------- ----------
...@@ -116,7 +87,7 @@ connections, e.g. using ``firewalld`` this can be accomplished with ...@@ -116,7 +87,7 @@ connections, e.g. using ``firewalld`` this can be accomplished with
.. code:: shell .. code:: shell
firewall-cmd --zone=public --add-port=8080/tcp firewall-cmd --permanent --zone=public --add-port=8080/tcp
.. warning:: .. warning::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment