1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/graphics/geoserver/pkg-message
Pietro Cerutti b24e0e1820 GeoServer is a GIS server. It is open source and it allows users to view and
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)
2008-03-13 22:43:04 +00:00

18 lines
400 B
Plaintext

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!