Update debian.rst

merge-requests/552/head
Eliot Berriot 2018-12-12 09:58:07 +01:00
rodzic 563f182875
commit 964a240cba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -212,6 +212,9 @@ Download the sample environment file:
.. parsed-literal::
curl -L -o config/.env "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/env.prod.sample"
# symlink it so it's sourced automatically by the API process
# (This won't be needed anymore once release 0.18 is out)
ln -s /srv/funkwhale/config/.env /srv/funkwhale/api/.env
.. note::
@ -227,10 +230,6 @@ Especially, populate the ``DATABASE_URL`` and ``CACHE_URL`` values based on
how you configured your PostgreSQL and Redis servers in
:doc:`external dependencies <./external_dependencies>`.
.. note::
The environment file at config/.env is loaded automatically by Funkwhale processes.
Database setup
---------------