Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
40429b27
Commit
40429b27
authored
7 years ago
by
Nils Christian
Browse files
Options
Downloads
Patches
Plain Diff
removed Oracle Java from installation instructions (openjdk works fine)
parent
9e4c1472
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!131
removed Oracle Java from installation instructions (openjdk works fine)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rpm/INSTALL.rst
+1
-30
1 addition, 30 deletions
rpm/INSTALL.rst
with
1 addition
and
30 deletions
rpm/INSTALL.rst
+
1
−
30
View file @
40429b27
...
@@ -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::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment