Installation Issue

So I’m doing install on Ubuntu 18.04
and I’m getting this error:
x@x:~/boidValidator$ docker-compose up -d
ERROR:
Can’t find a suitable configuration file in this directory or any
parent. Are you in the right directory?

    Supported filenames: docker-compose.yml, docker-compose.yaml

Copy util/example-docker-compose-example.yml or util/example-docker-compose-with-grafana to boidValidator directory and rename it to docker-compose.yml

1 Like

~/boidValidator$ docker-compose up -d
ERROR: Couldn’t connect to Docker daemon at http+docker://localhost - is it running?

If it’s at a non-standard location, specify the URL with the DOCKER_HOST environment variable.

what now :crazy_face:

Make sure that dockerd is running. If yes try “sudo docker-compose up -d” or add your username to docker group and retry without sudo

2 Likes

ok so now… can someone add me to the telegram group pls and explain me the next step
where is that env.json file

cp ./util/example.env.json .env.json