Merge branch '1028-install-docs' into 'develop'
1028 - installation docs Closes #1028 See merge request funkwhale/funkwhale!1038
This commit is contained in:
commit
d0123f725f
|
@ -22,7 +22,7 @@ On Debian-like systems, you can install them using:
|
|||
|
||||
sudo apt-get update
|
||||
# Install dependencies
|
||||
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev
|
||||
sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev gettext-base zlib1g-dev libffi-dev libssl-dev
|
||||
# Funkwhale dependencies
|
||||
sudo apt install build-essential ffmpeg libjpeg-dev libmagic-dev libpq-dev postgresql-client python3-dev make
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ guide.
|
|||
|
||||
|
||||
|
||||
Building the mono-container Docker image (funkwhale/funkwhale)
|
||||
Building the mono-container Docker image (funkwhale/all-in-one)
|
||||
--------------------------------------------------------------
|
||||
|
||||
This image is intended to be used in conjunction with our :ref:`Mono-container installation guide <docker-mono-container>`.
|
||||
|
|
Loading…
Reference in New Issue