Docs - fix upgrade command on prod env
This commit is contained in:
parent
9315ddfd57
commit
70c2541035
@ -663,7 +663,7 @@ Prod environment
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ make install-dev
|
$ make install-python
|
||||||
|
|
||||||
- Upgrade database if needed (see changelog for migrations):
|
- Upgrade database if needed (see changelog for migrations):
|
||||||
|
|
||||||
|
@ -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>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>
|
<li><p>Upgrade packages:</p></li>
|
||||||
</ul>
|
</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>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
@ -663,7 +663,7 @@ Prod environment
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ make install-dev
|
$ make install-python
|
||||||
|
|
||||||
- Upgrade database if needed (see changelog for migrations):
|
- Upgrade database if needed (see changelog for migrations):
|
||||||
|
|
||||||
|
@ -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 d’environnement</a>).</p></li>
|
<li><p>Mettre à jour le fichier <strong>.env</strong> si nécessaire (cf. <a class="reference external" href="installation.html#environment-variables">Variables d’environnement</a>).</p></li>
|
||||||
<li><p>Mettre à jour les paquets :</p></li>
|
<li><p>Mettre à jour les paquets :</p></li>
|
||||||
</ul>
|
</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>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# 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.
|
# This file is distributed under the same license as the FitTrackee package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
@ -9,7 +9,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: FitTrackee 0.7.30\n"
|
"Project-Id-Version: FitTrackee 0.7.30\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"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"
|
||||||
|
@ -663,7 +663,7 @@ Prod environment
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ make install-dev
|
$ make install-python
|
||||||
|
|
||||||
- Upgrade database if needed (see changelog for migrations):
|
- Upgrade database if needed (see changelog for migrations):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user