b24e0e1820
edit geographic data. GeoServer is a fully functional WFS-T and WMS server that follows the OGC specifications. GeoServer is a tool you can display maps on web pages, where the user can zoom and pan around. And it is used in conjunction with clients such as OpenLayers, Google Earth, UDig, GVSig and others. WWW: http://docs.codehaus.org/display/GEOS/Home PR: 121586 Submitted by: Wen heping <wenheping@gmail.com> Approved by: miwi (mentor)
17 lines
400 B
Text
17 lines
400 B
Text
Post-install of GeoServer
|
|
=========================
|
|
|
|
To run geoserver at startup, add
|
|
geoserver_enable="YES"
|
|
in you /etc/rc.conf .
|
|
|
|
To operate geoserver manually, you can use the scripts
|
|
%%PREFIX%%/lib/geoserver/bin/startup.sh
|
|
and
|
|
%%PREFIX%%/lib/geoserver/bin/shutdown.sh
|
|
|
|
On your client machine, open the brower with:
|
|
http://localhost:8080/geoserver
|
|
to configure the GIS server.
|
|
|
|
Enjoy it!
|