Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnafu committed Jun 26, 2019
1 parent d4c004c commit f8b7cde
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/install/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Check that your system is already up-to-date with the repository running the fol
Packages Installation
.....................

We will use **example.com** as fictitious Domain Name.
We will use **example.org** as fictitious Domain Name.

First, we are going to install all the **system packages** needed for the GeoNode setup. Login to the target machine and execute the following commands:

Expand All @@ -53,6 +53,9 @@ First, we are going to install all the **system packages** needed for the GeoNod
sudo apt install openjdk-8-jdk-headless default-jdk-headless -y
sudo update-java-alternatives --jre-headless --jre --set java-1.8.0-openjdk-amd64
# Install VIM
sudo apt install -y vim
sudo apt update -y
sudo apt upgrade -y
sudo apt autoremove -y
Expand Down Expand Up @@ -795,7 +798,7 @@ Update the settings in order to use the ``PostgreSQL`` Database
# sudo sed -i -e "s/'PASSWORD': 'geonode',/'PASSWORD': '<your_db_role_password>',/g" geonode/local_settings.py
# Stop Tomcat
sudo systemctl restart tomcat
sudo systemctl stop tomcat
# Initialize GeoNode
DJANGO_SETTINGS_MODULE=geonode.local_settings paver reset
Expand All @@ -813,7 +816,8 @@ Change ``geonode.settings`` to ``geonode.local_settings``

.. code-block:: shell
%s/geonode.settings/geonode.local_settings/g
:%s/geonode.settings/geonode.local_settings/g
:wq
Restart ``UWSGI`` and update ``OAuth2`` by using the new ``geonode.local_settings``

Expand Down

0 comments on commit f8b7cde

Please sign in to comment.