Skip to content

Instantly share code, notes, and snippets.

@sergiolucero
Last active April 27, 2020 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiolucero/1f6c5d84ae8d47383a1fe4417bf04e1f to your computer and use it in GitHub Desktop.
Save sergiolucero/1f6c5d84ae8d47383a1fe4417bf04e1f to your computer and use it in GitHub Desktop.
first_fpfi_docker
#/bin/bash
sudo apt-get update
sudo apt-get install -y docker.io
sudo apt-get install -y docker-compose
sudo systemctl start docker
sudo systemctl enable docker
docker --version
git clone --branch v1.2.0 --config core.autocrlf=input --depth 1 https://github.com/OpenDroneMap/WebODM
cd WebODM
sudo ./webodm.sh start --with-micmac
wget https://gist.githubusercontent.com/sergiolucero/1f6c5d84ae8d47383a1fe4417bf04e1f/raw/fcc4a67af353cc159784565b08fbb1582b6d01e0/docker_install.sh
wget https://gist.githubusercontent.com/sergiolucero/1f6c5d84ae8d47383a1fe4417bf04e1f/raw/75d969548eb61485ce333b6022f42498304f2fe7/odm_install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment