L’installation rapide termine ainsi:
ERROR: [Errno 2] No such file or directory: ‘./config/supervisor.conf’…
FileNotFoundError: [Errno 2] No such file or directory: ‘./config/supervisor.conf’
cette version d’installation par script demande les étapes suivantes:
ssh root@111.222.333.444
apt update && apt upgrade -y
apt-get install python3-minimal
apt-get install build-essential python3-setuptools -y
sudo adduser DOKOSUSER
sudo usermod -aG sudo DOKOSUSER
su - DOKOSUSER
wget https://gitlab.com/dokos/docli/raw/master/bench/install.py
sudo python3 install.py --production --user DOKOSUSER --verbose
sudo bench setup production DOKOSUSER -y