Skip to content

Commit 67ec346

Browse files
authored
Merge pull request #317 from GeoNode/mattiagiupponi-patch-1
update default branch in installation manual
2 parents 3e62592 + 2afd110 commit 67ec346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/advanced/core/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ First, we are going to install all the **system packages** needed for the GeoNod
9292
# Cleanup the packages
9393
sudo apt update -y; sudo apt autoremove --purge
9494
95-
.. warning:: GeoNode 4.2.x is not compatible with Python < 3.7
95+
.. warning:: GeoNode 4.4.x is not compatible with Python < 3.7
9696

9797
.. _install_venv:
9898

@@ -150,7 +150,7 @@ At this point your command prompt shows a ``(geonode)`` prefix, this indicates t
150150
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/
151151
152152
# Clone the GeoNode source code on /opt/geonode
153-
cd /opt; git clone https://github.com/GeoNode/geonode.git -b 4.2.x geonode
153+
cd /opt; git clone https://github.com/GeoNode/geonode.git -b 4.4.x geonode
154154
155155
.. code-block:: shell
156156

0 commit comments

Comments
 (0)