funkwhale/docs/installation
hellekin a7a8a9b13f Improve Docker installation documentation
- Use `useradd` features to simplify user creation:
  - `-U` creates a user group,
  - `-G docker` adds the user to the `docker` group
- Document available versions and their usage
- Use `chmod 0600` before editing the file!
- Use `cat` instead of multiple `echo`es
- Comment all lines in `.env`
- Use `${FUNKWHALE_VERSION}` where applicable instead of `|version|` to
enable copy-pasting more commands
2019-07-09 12:44:02 +02:00
..
debian.rst Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +02:00
docker.rst Improve Docker installation documentation 2019-07-09 12:44:02 +02:00
external_dependencies.rst
index.rst
ldap.rst
non_amd64_architectures.rst
optimization.rst
systemd.rst