Hello,
I am new on WebODM and would like to try it. I am installing it on a 64bit ASUS box (16GB RAM / 4TB HDD) over OpenSuSE Leap 42.3.
I just added the Docker and Docker-compose packages with Yast. Git and Python were there already perhaps because I have QGIS running as well.
git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input went with no issues and I updated pip as the system recommended.
Docker-compose from the default repo produced a version error (v1.8.1). Checking the opensuse-built service, I found a more recent version (1.17.0-3.1) on a repo dedicated for Python and that error went away after updating. Check here
The process has not been difficult but now I am stuck while running /webodm.sh start with two errors that I have no clue how to solve them. Perhaps somebody can show me the path.
Below I copied the Terminal output
Many thanks!!!
Gian Paolo
OpenSuSE:/home/user/WebODM # ./webodm.sh start
Checking for docker… OK
Checking for git… OK
Checking for python… OK
Checking for pip… OK
Checking for docker-compose… OK
Starting WebODM…
Using the following environment:
Host: localhost
Port: 8000
Media directory: appmedia
SSL: NO
SSL key:
SSL certificate:
SSL insecure port redirect: 80
Celery Broker: redis://broker
Make sure to issue a ./webodm.sh down if you decide to change the environment.
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml start || docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up
Starting db …
Starting node-odm-1 …
Starting broker …
Starting worker … error
Starting webapp … error
ERROR: for db (‘Connection aborted.’, error(2, ‘No such file or directory’))
ERROR: for node-odm-1 (‘Connection aborted.’, error(2, ‘No such file or directory’))
ERROR: for broker (‘Connection aborted.’, error(2, ‘No such file or directory’))
ERROR: Couldn’t connect to Docker daemon at http+docker://localunixsocket - is it running?
If it’s at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
ERROR: Couldn’t connect to Docker daemon at http+docker://localunixsocket - is it running?
If it’s at a non-standard location, specify the URL with the DOCKER_HOST environment variable.