Skip to content

Commit

Permalink
Merge pull request #4108 from GeotrekCE/improvements-doc
Browse files Browse the repository at this point in the history
[馃摑 Documentation] Improvements about upgrading debian version and remove screenshot sensitivity parameter
  • Loading branch information
bruhnild committed May 16, 2024
2 parents 3ae73b5 + 9295291 commit 4bd5078
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CHANGELOG
2.106.0+dev (XXXX-XX-XX)
------------------------

**Documentation**

- Improve information about upgrading geotrek-admin version with debian
- Remove obsolete SHOW_SENSITIVE_AREAS_ON_MAP_SCREENSHOT parameter

2.106.0 (2024-05-15)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/install/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ Map screenshots

.. code-block:: python
SHOW_SENSITIVE_AREAS_ON_MAP_SCREENSHOT = True
SHOW_POIS_ON_MAP_SCREENSHOT = True
SHOW_SERVICES_ON_MAP_SCREENSHOT = True
SHOW_SIGNAGES_ON_MAP_SCREENSHOT = True
Expand Down
22 changes: 4 additions & 18 deletions docs/install/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,11 @@ To upgrade only geotrek-admin and its dependencies, run:

sudo apt-get install geotrek-admin

To upgrade geotrek-admin to a **specific version**, run:

::

sudo apt-get install geotrek-admin=<version>

For instance:

::

sudo apt-get install geotrek-admin=2.97.4.ubuntu18.04

or

::

sudo apt-get install geotrek-admin=2.98.0.ubuntu20.04
.. note::

**Note:** all package versions remain available. Even when not listed with ``apt list``.
- It is only possible to install the latest version of geotrek-admin via this command line
- All package versions remain available as `release assets <https://github.com/GeotrekCE/Geotrek-admin/releases/>`_. Download the .deb for your architecture and do ``sudo apt-get install <the .deb package>``.
- Example : ``sudo apt-get install geotrek-admin_2.106.0.ubuntu20.04_amd64.deb``

Once geotrek-admin has been upgraded you may want to prevent unwanted upgrade with the whole distribution, you can run:

Expand Down

0 comments on commit 4bd5078

Please sign in to comment.