Docs - fix upgrade command on prod env

This commit is contained in:
Sam 2024-02-04 22:31:15 +01:00
parent 9315ddfd57
commit 70c2541035
12 changed files with 7 additions and 7 deletions

View File

@ -663,7 +663,7 @@ Prod environment
.. code:: bash
$ make install-dev
$ make install-python
- Upgrade database if needed (see changelog for migrations):

View File

@ -1049,7 +1049,7 @@ $<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTr
<li><p>Update <strong>.env</strong> if needed (see <a class="reference external" href="installation.html#environment-variables">Environment variables</a>).</p></li>
<li><p>Upgrade packages:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>install-dev
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>install-python
</pre></div>
</div>
<ul class="simple">

View File

@ -663,7 +663,7 @@ Prod environment
.. code:: bash
$ make install-dev
$ make install-python
- Upgrade database if needed (see changelog for migrations):

View File

@ -1036,7 +1036,7 @@ $<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTr
<li><p>Mettre à jour le fichier <strong>.env</strong> si nécessaire (cf. <a class="reference external" href="installation.html#environment-variables">Variables denvironnement</a>).</p></li>
<li><p>Mettre à jour les paquets :</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>install-dev
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>make<span class="w"> </span>install-python
</pre></div>
</div>
<ul class="simple">

View File

@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2018 - 2023, SamR1
# Copyright (C) 2018 - 2024, SamR1
# This file is distributed under the same license as the FitTrackee package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: FitTrackee 0.7.30\n"
"\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-04 14:50+0100\n"
"POT-Creation-Date: 2024-02-04 22:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -663,7 +663,7 @@ Prod environment
.. code:: bash
$ make install-dev
$ make install-python
- Upgrade database if needed (see changelog for migrations):