summaryrefslogtreecommitdiffstats
path: root/gis/geoserver/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2014-02-02 06:37:57 +0700
committer Robby Workman <rworkman@slackbuilds.org>2014-02-02 02:09:47 -0600
commitcea9c5812a286a23e1a2c6c641e37945fb09120c (patch)
treea52f4e3dce4a5894bd689ad6539277ecbf9f51fb /gis/geoserver/README
parenta3758fe606413e19225d3496bedffe7e6aa47dfe (diff)
downloadslackbuilds-cea9c5812a286a23e1a2c6c641e37945fb09120c.tar.gz
slackbuilds-cea9c5812a286a23e1a2c6c641e37945fb09120c.tar.xz
gis/geoserver: Moved from Academic category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geoserver/README')
-rw-r--r--gis/geoserver/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/gis/geoserver/README b/gis/geoserver/README
new file mode 100644
index 0000000000..894c0569a7
--- /dev/null
+++ b/gis/geoserver/README
@@ -0,0 +1,20 @@
+GeoServer is a Java-base server that allows users to publish and edit
+geospatial data using open standards.
+
+GeoServer is the reference implementation of the Open Geospatial Consortium's
+Web Feature Service (WFS) and Web Coverage Service (WCS) standards, as well as
+a high-performance Web Map Service (WMS). Additional functionality is available
+through the use of plugins.
+
+This SlackBuild will install GeoServer as a web application for a Tomcat
+servlet container. The SlackBuild will not overwrite any geoserver.war file
+that has been deployed using /var/lib/tomcat/webapps, but by default they will
+both be using the same /geoserver web path. This path can be changed from its
+default by editing /etc/tomcat/Catalina/localhost/geoserver.xml.
+
+The SlackBuild will create a data directory for GeoServer at /var/lib/geoserver
+but will not add any content, meaning that uninstalls, reinstalls, and upgrades
+will not affect existing data directories. Nevertheless, the data directory
+should still always be backed up prior to an upgrade. An empty data directory
+will be populated by a minimal set of configuration files when GeoServer is
+started for the first time.