Update README.md

pull/521/head
kornyhiv 2018-09-16 22:44:54 -04:00 zatwierdzone przez GitHub
rodzic e83a7f79ee
commit c314332c54
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 27 dodań i 0 usunięć

Wyświetl plik

@ -434,3 +434,30 @@ gdalinfo --version
redis-server --version
```
Should all work without errors.
## Run it on the cloud (Google Compute, Amazon AWS)
12 steps, to have WebODM running on a cloud instance.
These steps are for Google Cloud, but can also be used for Amazon AWS, and other cloud platforms with small modifications:
1. Launch a Google Cloud instance of Ubuntu 18.0 TLS.
2. Open the SSH terminal - Google offers SSH via the website.
2. Run sudo apt-get update
3. Run sudo apt-get upgrade
4. Run sudo apt-get install docker-compose
5. Run sudo apt-get install python-pip
6. Run git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input --depth 1
7. cd WebODM (Linux is case sensitive)
8. sudo ./webodm.sh start
9. You now can access webodm via the public IP address for your google instance. Remember the default port of 8000.
10. Open http://GooglepublicIPaddressforyourinstance:8000
The WebODM Website will open, and you can proceed to create a username and password.
Firewalll exclusions will need to be set, to be able to use the default TCP Port 8000 from the installation:
Open the instance, on the middle of the instance settings page find NIC0. Open it, and then add the TCP Port 8000 for ingress, and egress on the Firewall.