Skip to content

Commit

Permalink
Merge pull request #317 from GeoNode/mattiagiupponi-patch-1
Browse files Browse the repository at this point in the history
update default branch in installation manual
  • Loading branch information
giohappy authored Oct 16, 2024
2 parents 3e62592 + 2afd110 commit 67ec346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/advanced/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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

0 comments on commit 67ec346

Please sign in to comment.