Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.01 KB

GeoTux GIS Server

Docker Pulls

Travis

GeoTux GIS Server in Ubuntu Xenial with Mapserver, Mapcache, QGIS Server, Tileserver-PHP and Web Map Clients.

GeoTux GIS Server

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

Install

$ git clone https://github.com/GeoTux2/docker-geotuxserver.git
$ docker build -t samtux/geotuxserver .

Run

$ 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

Documentation

Explore the documentation in http://localhost:8280