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