From 2afd1103dae59ff6c93219411a1220c38e6dbdc5 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:03:47 +0200 Subject: [PATCH] update default branch in installation manual --- install/advanced/core/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/advanced/core/index.rst b/install/advanced/core/index.rst index 26244a5d..36dbabd2 100644 --- a/install/advanced/core/index.rst +++ b/install/advanced/core/index.rst @@ -92,7 +92,7 @@ First, we are going to install all the **system packages** needed for the GeoNod # Cleanup the packages sudo apt update -y; sudo apt autoremove --purge -.. warning:: GeoNode 4.2.x is not compatible with Python < 3.7 +.. warning:: GeoNode 4.4.x is not compatible with Python < 3.7 .. _install_venv: @@ -150,7 +150,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 4.2.x geonode + cd /opt; git clone https://github.com/GeoNode/geonode.git -b 4.4.x geonode .. code-block:: shell