Install windows 10

Is it possible to install OpenDroneMap in Windows 10 without Docker?
How?
Thank you in advance.

Yes, kind of, using WSL 2.

Use Ubuntu 16.04 as the base WSL 2 system, then follow the README’s to compile the software from source.

As an alternative, to run just the UI part only (not the processing component), you can use the installer from https://webodm.net.

1 Like

I gave a Installation guide here.

I used Virtualbox to install linux then followed the instructions specified https://docs.opendronemap.org/installation.html#step-1-install-requirements

But i got the following error after typing this command (./webodm.sh start) :
Checking for docker… OK
Checking for git… 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
Default Nodes: 1

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 --scale node-odm=1
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.
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…

Any ideas?

1 Like