Select Git revision
Forked from
funkwhale / funkwhale
-
Eliot Berriot authoredEliot Berriot authored
index.rst 2.13 KiB
Installation
Project architecture
The project relies on the following components and services to work:
- A web application server (Python/Django/Gunicorn)
- A PostgreSQL database to store application data
- A redis server to store cache and tasks data
- A celery worker to run asynchronouse tasks (such as music import)
- A celery scheduler to run recurrent tasks
Available installation methods
Frontend setup
Note
You do not need to do this if you are deploying using Docker, as frontend files are already included in the funkwhale docker image.