Dockerized Carto^H^H^H^H^HDroneDB
6.3K
This docker container provides a fully working Agroviz/Landtiles development solution without the installation hassle.
Just run the commands and then connect to http://tiles.localhost with your you browser.
The default login is dev/pass1234. You may want to change it when you'll run it for the outside.
You can also create an 'example' organization with owner login admin4example/pass1234. Organization members can be created on http://tiles.localhost/user/admin4example/organization
git clone https://github.com/splashblot/docker-dronedb.git
docker build -t="splashblot/docker-dronedb" docker-dronedb/
docker run -d -p 3000:3000 -p 8080:8080 -p 8181:8181 splashblot/docker-dronedb
You need to add config/tiles-localhost.nginx.proxy.conf to /etc/nginx/conf.d/.
This will setup a reverse proxy for the DroneDB/imports (3000), SQL API (8080) and Map API (8181).
You also need to add tiles.localhost alias to your hosts file. For example
sudo sh -c 'echo 127.0.1.1 tiles.localhost >> /etc/hosts'
Content type
Image
Digest
Size
2 GB
Last updated
about 8 years ago
docker pull splashblot/docker-dronedb:agroviz