funkwhale/deploy/Gentoo
jo 75c9b1eabe
feat: don't use poetry in production deployments
2023-01-16 02:11:01 +01:00
..
.gitkeep Revert "Update README.md" 2019-03-18 10:10:05 +01:00
README.md chore: format files using prettier (pre-commit) 2022-11-23 23:46:34 +01:00
funkwhale_beat feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01:00
funkwhale_server feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01:00
funkwhale_worker feat: don't use poetry in production deployments 2023-01-16 02:11:01 +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