blob: a749e0c6d61455907f90903c74881bd19883be50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
To run geoserver at startup, add
geoserver_enable="YES"
in you /etc/rc.conf .
To operate geoserver manually, you can use the scripts
%%PREFIX%%/geoserver/bin/startup.sh
and
%%PREFIX%%/geoserver/bin/shutdown.sh
On your client machine, open the browser with:
http://localhost:8080/geoserver
to configure the GIS server.
Enjoy it!
EOM
}
]
|