removed comment about postgres

This commit is contained in:
Wxcafé (Clément Hertling) 2018-07-14 15:49:58 +02:00
parent b50e346569
commit 8ecdc64e53
No known key found for this signature in database
GPG Key ID: 11E99643DEE9E336
1 changed files with 0 additions and 9 deletions

View File

@ -52,15 +52,6 @@ Create the project database and user:
with music metedata that contains non-ascii chars.
On Debian you will also need to allow the funkwhale unix user to access the database:
.. code-block:: shell
cat | sudo tee -a /etc/postgresql/9.5/main/pg_hba.conf << EOF
local all funkwhale peer
EOF
sudo systemctl restart postgresql
Assuming you already have :ref:`created your funkwhale user <create-funkwhale-user>`,
you should now be able to open a postgresql shell: