Skip to content

Commit

Permalink
📝 [DOC] Update release and maintenance doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Nov 13, 2024
1 parent 18b3657 commit 2439341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/contribute/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ Release

On master branch:

* Update files *VERSION*, *docs/conf.py* and *docs/changelog.rst* to remove ``+dev`` suffix and increment version (please use semver rules)
* Update files *VERSION* and *docs/changelog.rst* to remove ``+dev`` suffix and increment version (please use semver rules)
* Run ``dch -r -D RELEASED``, update version in the same way and save
* Commit with message 'Release x.y.z' and push to ``master``
* Create new release on Github, with tag X.Y.Z, click on "Generate release notes"
* Wait for release to be published through CI
* Update files *VERSION*, *docs/conf.py* and *docs/changelog.rst* to add ``+dev`` suffix
* Update files *VERSION* and *docs/changelog.rst* to add ``+dev`` suffix
* Run ``dch -v <version>+dev --no-force-save-on-release`` and save
* Commit with message 'Back to development' and push to ```master``

Expand Down
4 changes: 2 additions & 2 deletions docs/install/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Application restore
If you restore Geotrek-admin on a new server, you will have to install PostgreSQL and PostGIS and create a database user first.
Otherwise go directly to the database creation step.

Example for Ubuntu 18:
Example for Ubuntu 20:

.. code-block:: bash
sudo apt install postgresql-10 postgresql-10-postgis-2.5
sudo apt install postgresql-14 postgresql-14-postgis-3
sudo -u postgres psql -c "CREATE USER geotrek PASSWORD 'geotrek';"
Expand Down

0 comments on commit 2439341

Please sign in to comment.