Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 502 Bytes

OrbisGIS Server

An OrbisGIS-based server for OGC web services (WMS, WPS...).

Build instructions

  1. Install play 2.0.2,
  2. run play at the root of the orbisgis-server repository to start the play console (which is an sbt console),
  3. check it finds the dependencies and compiles correctly with:
compile
  1. start it using:
start
  1. go to http://localhost:9000/wms/manage for the main management panel.