update documentation

This commit is contained in:
Sam
2023-07-15 14:47:42 +02:00
parent fd2ed54732
commit aed8c0fb62
21 changed files with 125 additions and 88 deletions

View File

@ -6,7 +6,7 @@
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
* [#390](https://github.com/SamR1/FitTrackee/issues/390) - Improve UI
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding (thanks to @dkm)
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding
### Bugs Fixed
@ -17,14 +17,14 @@
### Translations
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician, thanks to @xmgz)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish, thanks to @gallegonovato)
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish)
### Documentation
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md (thanks to @dkm)
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md (thanks to @dkm)
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
### Misc
@ -44,7 +44,10 @@ Translation status:
- Polish: 42%
- Spanish: 100%
Thanks to all contributors.
Thanks to the contributors:
- @dkm
- @gallegonovato
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))

View File

@ -505,13 +505,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.7.18):
- Download the last release (for now, it is the release v0.7.19):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ mv FitTrackee-0.7.18 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ mv FitTrackee-0.7.19 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -635,13 +635,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.18) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.19) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ cp -R FitTrackee-0.7.18/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ cp -R FitTrackee-0.7.19/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).