Running The GeoServer Binary Distribution
=========================================
The binary distribution of GeoServer comes with a built-in Jetty servlet
container so that it can be run directly without the need for additional
software. For information on other distributions on GeoServer, please
see the website:
http://geoserver.org
In order to install and run this application, follow these steps:
(0) Download and install a Java Development Kit
* Download a Java Runtime Environment (Java 8 or Java 11) from:
http://openjdk.java.net/
or
https://adoptopenjdk.net
* Install the JRE according to the instructions included with the release.
* Set an environment variable JAVA_HOME to the pathname of the directory
into which you installed the JDK.
(1) Download and install the GeoServer binary
There is more help available at the GeoServer home page (http://geoserver.org)
* Download a binary distribution of GeoServer from:
http://geoserver.org/download/
or
http://sourceforge.net/projects/geoserver
The file should be of the form:
geoserver-a.b.c-bin.zip
where a.b.c is the version number you are downloading
* Unpack the binary distribution into a convenient location so that the
distribution resides in its own directory (conventionally named
"geoserver"). For the purposes of the remainder of this document,
the symbolic name GEOSERVER_HOME is used to refer to the directory
where GeoServer resides.
(2) Start Up GeoServer
There are two techniques by which GeoServer can be started:
* Use an environment variable:
- Set an environment variable GEOSERVER_HOME to the path of the directory
into which you have installed GeoServer.
- Execute the shell command:
评论