IE-482-582 / spring2024

3 stars 0 forks source link

documentation for installation for webodm #49

Open masadull opened 7 months ago

masadull commented 7 months ago

steps taken for the installation process:

$ sudo apt update image

student@ubuntu:~$ curl -fsSL https://get.docker.com -o get-docker.sh student@ubuntu:~$ sh get-docker.sh student@ubuntu:~$ sudo apt install -y git python python-pip image

student@ubuntu:~$ docker compose --version image

student@ubuntu:~$ sudo apt install docker.io image

student@ubuntu:~$ docker compose --version image

git clone https://github.com/OpenDroneMap/WebODM image

cd WebODM $ ./webodm.sh start image

How to fix docker: Got permission denied while trying to connect to the Docker daemon socket https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket

image

The solution that worked was : image

checking to see if it works: image