blob: 6b83c8f82ca4764c8c3afe40832b412b57201983 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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!
|