An OrbisGIS-based server for OGC web services (WMS, WPS...).
- Install play 2.0.2,
- run
playat 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/managefor the main management panel.