Skip to content

Commit

Permalink
Merge pull request #4081 from GeotrekCE/doc_improve_docker
Browse files Browse the repository at this point in the history
📝 [DOC] Add update.sh to docker doc
  • Loading branch information
Chatewgne authored Apr 23, 2024
2 parents 69fe7ca + ed168a8 commit 0646548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ CHANGELOG

**Documentation**

- Improve static pages documentation (#4050
- Improve static pages documentation (#4050)
- Add usage of update script to docker documentation

**Improvements**

Expand Down
2 changes: 2 additions & 0 deletions docs/install/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Management commands

Replace ``sudo geotrek …`` commands by ``cd <install directory>; docker compose run --rm web ./manage.py …``

Replace ``sudo dpkg-reconfigure geotrek-admin`` by ``cd <install directory>; docker compose run --rm web update.sh``

To load minimal data and create an application superuser, run:

::
Expand Down

0 comments on commit 0646548

Please sign in to comment.