update documentation
This commit is contained in:
parent
fd2ed54732
commit
aed8c0fb62
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix 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 (thanks to @dkm)
|
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
|
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
|
||||||
* [#390](https://github.com/SamR1/FitTrackee/issues/390) - Improve UI
|
* [#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
|
### Bugs Fixed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
|
|
||||||
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician, thanks to @xmgz)
|
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician)
|
||||||
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish, thanks to @gallegonovato)
|
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish)
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix 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 (thanks to @dkm)
|
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
@ -44,7 +44,10 @@ Translation status:
|
|||||||
- Polish: 42%
|
- Polish: 42%
|
||||||
- Spanish: 100%
|
- 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))
|
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
|
||||||
|
|
||||||
|
@ -505,13 +505,13 @@ Production environment
|
|||||||
.. warning::
|
.. warning::
|
||||||
| Note that FitTrackee is under heavy development, some features may be unstable.
|
| 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ mv FitTrackee-0.7.18 FitTrackee
|
$ mv FitTrackee-0.7.19 FitTrackee
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Create **.env** from example and update it
|
- Create **.env** from example and update it
|
||||||
@ -635,13 +635,13 @@ Prod environment
|
|||||||
|
|
||||||
- Change to the directory where FitTrackee directory is located
|
- 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ cp -R FitTrackee-0.7.18/* FitTrackee/
|
$ cp -R FitTrackee-0.7.19/* FitTrackee/
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||||
|
@ -238,7 +238,7 @@
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="bugs-fixed">
|
<section id="bugs-fixed">
|
||||||
@ -251,15 +251,15 @@
|
|||||||
<section id="translations">
|
<section id="translations">
|
||||||
<h3>Translations<a class="headerlink" href="#translations" title="Permalink to this heading">#</a></h3>
|
<h3>Translations<a class="headerlink" href="#translations" title="Permalink to this heading">#</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician, thanks to @xmgz)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician)</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish, thanks to @gallegonovato)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish)</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="documentation">
|
<section id="documentation">
|
||||||
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this heading">#</a></h3>
|
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this heading">#</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="misc">
|
<section id="misc">
|
||||||
@ -280,7 +280,12 @@
|
|||||||
<li><p>Polish: 42%</p></li>
|
<li><p>Polish: 42%</p></li>
|
||||||
<li><p>Spanish: 100%</p></li>
|
<li><p>Spanish: 100%</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Thanks to all contributors.</p>
|
<p>Thanks to the contributors:</p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>@dkm</p></li>
|
||||||
|
<li><p>@gallegonovato</p></li>
|
||||||
|
<li><p>@xmgz</p></li>
|
||||||
|
</ul>
|
||||||
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
|
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -892,11 +892,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Download the last release (for now, it is the release v0.7.18):</p></li>
|
<li><p>Download the last release (for now, it is the release v0.7.19):</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
|
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.18<span class="w"> </span>FitTrackee
|
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.19<span class="w"> </span>FitTrackee
|
||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
@ -1020,11 +1020,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Stop the application</p></li>
|
<li><p>Stop the application</p></li>
|
||||||
<li><p>Change to the directory where FitTrackee directory is located</p></li>
|
<li><p>Change to the directory where FitTrackee directory is located</p></li>
|
||||||
<li><p>Download the last release (for now, it is the release v0.7.18) and overwrite existing files:</p></li>
|
<li><p>Download the last release (for now, it is the release v0.7.19) and overwrite existing files:</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
|
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.18/*<span class="w"> </span>FitTrackee/
|
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.19/*<span class="w"> </span>FitTrackee/
|
||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
|
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
|
||||||
* [#390](https://github.com/SamR1/FitTrackee/issues/390) - Improve UI
|
* [#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
|
### Bugs Fixed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
|
|
||||||
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician, thanks to @xmgz)
|
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician)
|
||||||
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish, thanks to @gallegonovato)
|
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish)
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix 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 (thanks to @dkm)
|
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
|
||||||
|
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
@ -44,7 +44,10 @@ Translation status:
|
|||||||
- Polish: 42%
|
- Polish: 42%
|
||||||
- Spanish: 100%
|
- 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))
|
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))
|
||||||
|
|
||||||
|
@ -505,13 +505,13 @@ Production environment
|
|||||||
.. warning::
|
.. warning::
|
||||||
| Note that FitTrackee is under heavy development, some features may be unstable.
|
| 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ mv FitTrackee-0.7.18 FitTrackee
|
$ mv FitTrackee-0.7.19 FitTrackee
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Create **.env** from example and update it
|
- Create **.env** from example and update it
|
||||||
@ -635,13 +635,13 @@ Prod environment
|
|||||||
|
|
||||||
- Change to the directory where FitTrackee directory is located
|
- 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ cp -R FitTrackee-0.7.18/* FitTrackee/
|
$ cp -R FitTrackee-0.7.19/* FitTrackee/
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||||
|
@ -238,7 +238,7 @@
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="bugs-fixed">
|
<section id="bugs-fixed">
|
||||||
@ -251,15 +251,15 @@
|
|||||||
<section id="translations">
|
<section id="translations">
|
||||||
<h3>Traductions<a class="headerlink" href="#translations" title="Lien permanent vers cette rubrique">#</a></h3>
|
<h3>Traductions<a class="headerlink" href="#translations" title="Lien permanent vers cette rubrique">#</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician, thanks to @xmgz)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician)</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish, thanks to @gallegonovato)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish)</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="documentation">
|
<section id="documentation">
|
||||||
<h3>Documentation<a class="headerlink" href="#documentation" title="Lien permanent vers cette rubrique">#</a></h3>
|
<h3>Documentation<a class="headerlink" href="#documentation" title="Lien permanent vers cette rubrique">#</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md</p></li>
|
||||||
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md (thanks to @dkm)</p></li>
|
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="misc">
|
<section id="misc">
|
||||||
@ -280,7 +280,12 @@
|
|||||||
<li><p>Polonais : 42%</p></li>
|
<li><p>Polonais : 42%</p></li>
|
||||||
<li><p>Espagnol : 100%</p></li>
|
<li><p>Espagnol : 100%</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Merci à tous les contributeurs.</p>
|
<p>Merci aux contributeurs :</p>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><p>@dkm</p></li>
|
||||||
|
<li><p>@gallegonovato</p></li>
|
||||||
|
<li><p>@xmgz</p></li>
|
||||||
|
</ul>
|
||||||
<p>Note : Cette version contient des migrations de base de données (voir les instructions dans la documentation)</p>
|
<p>Note : Cette version contient des migrations de base de données (voir les instructions dans la documentation)</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -252,7 +252,7 @@ Commands:
|
|||||||
<div class="line">Les commandes suivantes sont désormais obsolètes et seront supprimées dans une prochaine version :</div>
|
<div class="line">Les commandes suivantes sont désormais obsolètes et seront supprimées dans une prochaine version :</div>
|
||||||
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_set_admin</span></code></div>
|
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_set_admin</span></code></div>
|
||||||
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_upgrade_db</span></code></div>
|
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_upgrade_db</span></code></div>
|
||||||
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> (désactivé)</div>
|
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> (disabled)</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section id="database">
|
<section id="database">
|
||||||
|
@ -882,11 +882,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.18) :</p></li>
|
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.19) :</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
|
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.18<span class="w"> </span>FitTrackee
|
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.19<span class="w"> </span>FitTrackee
|
||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
@ -933,8 +933,8 @@ $<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTr
|
|||||||
<p class="admonition-title">Avertissement</p>
|
<p class="admonition-title">Avertissement</p>
|
||||||
<div class="line-block">
|
<div class="line-block">
|
||||||
<div class="line">Avant de procéder à la mise à jour, faire une sauvegarde de l’ensemble des données :</div>
|
<div class="line">Avant de procéder à la mise à jour, faire une sauvegarde de l’ensemble des données :</div>
|
||||||
<div class="line">- base de données (avec <a class="reference external" href="https://www.postgresql.org/docs/11/app-pgdump.html">pg_dump</a> par exemple)</div>
|
<div class="line">- database (with <a class="reference external" href="https://www.postgresql.org/docs/11/app-pgdump.html">pg_dump</a> for instance)</div>
|
||||||
<div class="line">- répertoire des fichiers téléversés (voir <a class="reference external" href="installation.html#environment-variables">Variables d'environnement</a>)</div>
|
<div class="line">- upload directory (see <a class="reference external" href="installation.html#environment-variables">Environment variables</a>)</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="admonition warning">
|
<div class="admonition warning">
|
||||||
@ -1008,11 +1008,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Arrêter l’application</p></li>
|
<li><p>Arrêter l’application</p></li>
|
||||||
<li><p>Changer pour le répertoire dans lequel FitTrackee est localisé</p></li>
|
<li><p>Changer pour le répertoire dans lequel FitTrackee est localisé</p></li>
|
||||||
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.18) et écraser les fichiers existants :</p></li>
|
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.19) et écraser les fichiers existants :</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
|
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
|
||||||
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.18/*<span class="w"> </span>FitTrackee/
|
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.19/*<span class="w"> </span>FitTrackee/
|
||||||
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: FitTrackee 0.7.19\n"
|
"Project-Id-Version: FitTrackee 0.7.19\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
|
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -1544,11 +1544,11 @@ msgid "Documentation"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:26
|
#: ../source/changelog.md:26
|
||||||
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:27
|
#: ../source/changelog.md:27
|
||||||
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:30
|
#: ../source/changelog.md:30
|
||||||
@ -4648,7 +4648,7 @@ msgid "Note that FitTrackee is under heavy development, some features may be uns
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:508
|
#: ../source/installation.rst:508
|
||||||
msgid "Download the last release (for now, it is the release v0.7.18):"
|
msgid "Download the last release (for now, it is the release v0.7.19):"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:520
|
#: ../source/installation.rst:520
|
||||||
@ -4741,7 +4741,7 @@ msgid "Change to the directory where FitTrackee directory is located"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:638
|
#: ../source/installation.rst:638
|
||||||
msgid "Download the last release (for now, it is the release v0.7.18) and overwrite existing files:"
|
msgid "Download the last release (for now, it is the release v0.7.19) and overwrite existing files:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:661
|
#: ../source/installation.rst:661
|
||||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: FitTrackee 0.7.18\n"
|
"Project-Id-Version: FitTrackee 0.7.18\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
|
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
@ -1578,11 +1578,11 @@ msgid "Documentation"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:26
|
#: ../source/changelog.md:26
|
||||||
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:27
|
#: ../source/changelog.md:27
|
||||||
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:30 ../source/changelog.md:77
|
#: ../source/changelog.md:30 ../source/changelog.md:77
|
||||||
@ -4903,7 +4903,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:508
|
#: ../source/installation.rst:508
|
||||||
msgid "Download the last release (for now, it is the release v0.7.18):"
|
msgid "Download the last release (for now, it is the release v0.7.19):"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/installation.rst:520
|
#: ../source/installation.rst:520
|
||||||
@ -5008,7 +5008,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../source/installation.rst:638
|
#: ../source/installation.rst:638
|
||||||
msgid ""
|
msgid ""
|
||||||
"Download the last release (for now, it is the release v0.7.18) and "
|
"Download the last release (for now, it is the release v0.7.19) and "
|
||||||
"overwrite existing files:"
|
"overwrite existing files:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -5470,3 +5470,18 @@ msgstr ""
|
|||||||
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
|
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Download the last release (for now, it is the release v0.7.18):"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "Download the last release (for now, "
|
||||||
|
#~ "it is the release v0.7.18) and "
|
||||||
|
#~ "overwrite existing files:"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: FitTrackee 0.7.18\n"
|
"Project-Id-Version: FitTrackee 0.7.18\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
|
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -1654,11 +1654,11 @@ msgid "Documentation"
|
|||||||
msgstr "Documentation"
|
msgstr "Documentation"
|
||||||
|
|
||||||
#: ../source/changelog.md:26
|
#: ../source/changelog.md:26
|
||||||
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:27
|
#: ../source/changelog.md:27
|
||||||
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
|
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../source/changelog.md:30 ../source/changelog.md:77
|
#: ../source/changelog.md:30 ../source/changelog.md:77
|
||||||
@ -5441,8 +5441,8 @@ msgstr ""
|
|||||||
"fonctionnalités peuvent être instables."
|
"fonctionnalités peuvent être instables."
|
||||||
|
|
||||||
#: ../source/installation.rst:508
|
#: ../source/installation.rst:508
|
||||||
msgid "Download the last release (for now, it is the release v0.7.18):"
|
msgid "Download the last release (for now, it is the release v0.7.19):"
|
||||||
msgstr "Télécharger la dernière version (à ce jour, la version v0.7.18) :"
|
msgstr "Télécharger la dernière version (à ce jour, la version v0.7.19) :"
|
||||||
|
|
||||||
#: ../source/installation.rst:520
|
#: ../source/installation.rst:520
|
||||||
msgid "Install Python virtualenv and all related packages:"
|
msgid "Install Python virtualenv and all related packages:"
|
||||||
@ -5564,10 +5564,10 @@ msgstr "Changer pour le répertoire dans lequel FitTrackee est localisé"
|
|||||||
|
|
||||||
#: ../source/installation.rst:638
|
#: ../source/installation.rst:638
|
||||||
msgid ""
|
msgid ""
|
||||||
"Download the last release (for now, it is the release v0.7.18) and "
|
"Download the last release (for now, it is the release v0.7.19) and "
|
||||||
"overwrite existing files:"
|
"overwrite existing files:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Télécharger la dernière version (à ce jour, la version v0.7.18) et "
|
"Télécharger la dernière version (à ce jour, la version v0.7.19) et "
|
||||||
"écraser les fichiers existants :"
|
"écraser les fichiers existants :"
|
||||||
|
|
||||||
#: ../source/installation.rst:661
|
#: ../source/installation.rst:661
|
||||||
@ -6150,3 +6150,9 @@ msgstr "Dépannage"
|
|||||||
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
|
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -505,13 +505,13 @@ Production environment
|
|||||||
.. warning::
|
.. warning::
|
||||||
| Note that FitTrackee is under heavy development, some features may be unstable.
|
| 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ mv FitTrackee-0.7.18 FitTrackee
|
$ mv FitTrackee-0.7.19 FitTrackee
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Create **.env** from example and update it
|
- Create **.env** from example and update it
|
||||||
@ -635,13 +635,13 @@ Prod environment
|
|||||||
|
|
||||||
- Change to the directory where FitTrackee directory is located
|
- 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
|
.. code:: bash
|
||||||
|
|
||||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
|
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
|
||||||
$ tar -xzf v0.7.18.tar.gz
|
$ tar -xzf v0.7.19.tar.gz
|
||||||
$ cp -R FitTrackee-0.7.18/* FitTrackee/
|
$ cp -R FitTrackee-0.7.19/* FitTrackee/
|
||||||
$ cd FitTrackee
|
$ cd FitTrackee
|
||||||
|
|
||||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||||
|
Loading…
Reference in New Issue
Block a user