GeoTux GIS Server in Ubuntu Xenial with Mapserver, Mapcache, QGIS Server, Tileserver-PHP and Web Map Clients.
Server applications:
- Mapserver version 7.0.0
- Mapcache version 1.6.0
- QGIS Server 2.18.12
- Tileserver-PHP
- pycsw 2.0.3
Web client applications:
- MapStore2
- QGIS Web Client
- TerriaJS Map
- Lizmap Web Client
$ git clone https://github.com/GeoTux2/docker-geotuxserver.git
$ docker build -t samtux/geotuxserver .
$ docker run -d -p 8280:80 -p 8281:3001 -p 8282:3002 -v "gisdata":/gisdata -v "teselas":/var/www/tileserver-php -v "mapcache":/mapcache --name geotuxserver samtux/geotuxserver
Explore the documentation in http://localhost:8280