From abb073bb6ae48316db4581d3edd874521fbcde1d Mon Sep 17 00:00:00 2001 From: afabiani Date: Thu, 4 Mar 2021 16:20:33 +0100 Subject: [PATCH] - Switch to branch 3.2.x --- devel/installation/index.rst | 4 ++-- install/advanced/core/index.rst | 8 ++++---- install/advanced/project/index.rst | 4 ++-- install/basic/index.rst | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/installation/index.rst b/devel/installation/index.rst index 45bb53e8..8589d0a4 100644 --- a/devel/installation/index.rst +++ b/devel/installation/index.rst @@ -178,7 +178,7 @@ To download the latest geonode version from github, the command "git clone" is u .. code-block:: shell - $ git clone https://github.com/GeoNode/geonode.git -b 3.x + $ git clone https://github.com/GeoNode/geonode.git -b 3.2.x Install Nodejs PPA and other tools required for static development @@ -379,7 +379,7 @@ If you didn't install GeoNode-Core earlier and you wanted to install GeoNode-Pro .. code-block:: shell - $ git clone https://github.com/GeoNode/geonode-project.git -b 3.x + $ git clone https://github.com/GeoNode/geonode-project.git -b 3.2.x 3- Install Django framework as follows diff --git a/install/advanced/core/index.rst b/install/advanced/core/index.rst index 660a10e1..ff142809 100644 --- a/install/advanced/core/index.rst +++ b/install/advanced/core/index.rst @@ -156,7 +156,7 @@ At this point your command prompt shows a ``(geonode)`` prefix, this indicates t sudo mkdir -p /opt/geonode/; sudo usermod -a -G www-data $USER; sudo chown -Rf $USER:www-data /opt/geonode/; sudo chmod -Rf 775 /opt/geonode/ # Clone the GeoNode source code on /opt/geonode - cd /opt; git clone https://github.com/GeoNode/geonode.git -b 3.x geonode + cd /opt; git clone https://github.com/GeoNode/geonode.git -b 3.2.x geonode .. code-block:: shell @@ -1623,7 +1623,7 @@ Continue installing custom version of python (3.8.5), virtualenv, GeoNode EOF sudo mkdir -p /opt/geonode/; sudo usermod -a -G nginx $USER; sudo chown -Rf $USER:nginx /opt/geonode/; sudo chmod -Rf 775 /opt/geonode/ - cd /opt; git clone https://github.com/GeoNode/geonode.git -b 3.x geonode + cd /opt; git clone https://github.com/GeoNode/geonode.git -b 3.2.x geonode source $HOME/.bashrc cd /opt/geonode pip install -e . --upgrade @@ -2010,7 +2010,7 @@ In this section we are going to discuess installation process of geonode in wind .. code-block:: shell cd your/working/directory - git clone https://github.com/GeoNode/geonode.git -b 3.x + git clone https://github.com/GeoNode/geonode.git -b 3.2.x 2. Installation of GDAL ^^^^^^^^^^^^^^^^^^^^^^^ @@ -2184,7 +2184,7 @@ Clone the Project # Clone the GeoNode source code on /opt/geonode cd /opt - git clone https://github.com/GeoNode/geonode.git -b 3.x geonode + git clone https://github.com/GeoNode/geonode.git -b 3.2.x geonode Start the Docker instances on ``localhost`` diff --git a/install/advanced/project/index.rst b/install/advanced/project/index.rst index d60fd2a2..73dc8399 100644 --- a/install/advanced/project/index.rst +++ b/install/advanced/project/index.rst @@ -122,7 +122,7 @@ Clone the source code .. code-block:: shell cd /opt/geonode_custom/ - git clone https://github.com/GeoNode/geonode-project.git -b 3.x + git clone https://github.com/GeoNode/geonode-project.git -b 3.2.x Make an instance out of the ``Django Template`` @@ -240,7 +240,7 @@ Clone the source code .. code-block:: shell cd /opt/geonode_custom/ - git clone https://github.com/GeoNode/geonode-project.git -b 3.x + git clone https://github.com/GeoNode/geonode-project.git -b 3.2.x Make an instance out of the ``Django Template`` diff --git a/install/basic/index.rst b/install/basic/index.rst index e23fae73..2f446402 100644 --- a/install/basic/index.rst +++ b/install/basic/index.rst @@ -121,7 +121,7 @@ Let's say your project is named :guilabel:`my_geonode` perform the following ste .. code-block:: shell - git clone https://github.com/GeoNode/geonode-project.git -b 3.x + git clone https://github.com/GeoNode/geonode-project.git -b 3.2.x # Ubuntu source /usr/share/virtualenvwrapper/virtualenvwrapper.sh