Skip to content

Commit

Permalink
- Switch to branch 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Mar 4, 2021
1 parent d3f2833 commit abb073b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions install/advanced/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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``
Expand Down
4 changes: 2 additions & 2 deletions install/advanced/project/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down Expand Up @@ -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``

Expand Down
2 changes: 1 addition & 1 deletion install/basic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abb073b

Please sign in to comment.