Added by Bob Squarepants 3 days ago
Hi,
I'm trying to install openproject on MX linux 23.6 (debian 12.10) sysvinit.
what I did so far (following https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/ )
install docker and docker-compose
apt update && apt install docker docker-compose ✔
git clone ... ✔
edit .env ✔
**mkdir...** ✔
**docker-compose up -d --build** ❌
File "/usr/lib/python3/dist-packages/docker/api/client.py", line 221, in _retrieve_server_version
raise DockerException(
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
The full error is attached.
Thanks.