funkwhale/deploy/Gentoo
Eliot Berriot 4de78995c0 Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +02:00
..
.gitkeep Revert "Update README.md" 2019-03-18 10:10:05 +01:00
README.md Revert "Update README.md" 2019-03-18 10:10:05 +01:00
funkwhale_beat Revert "Update README.md" 2019-03-18 10:10:05 +01:00
funkwhale_server Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +02:00
funkwhale_worker Revert "Update README.md" 2019-03-18 10:10:05 +01:00

README.md

Gentoo init scripts

Copy the files to /etc/init.d/

# cp /path/to/scripts/funkwhale_* /etc/init.d/

Make the files executable:

# chmod +x /etc/init.d/funkwhale_*

Starting funkwhale_server will automatically start the other two, as well as nginx and redis.

# rc-service funkwhale_server start