diff README.md @ 4484:819eafe60f41

Merged
author Sascha Wilde <wilde@intevation.de>
date Thu, 26 Sep 2019 12:16:23 +0200
parents 43c52a2d4f17
children b86367910f86
line wrap: on
line diff
--- a/README.md	Thu Sep 26 11:32:33 2019 +0200
+++ b/README.md	Thu Sep 26 12:16:23 2019 +0200
@@ -40,7 +40,8 @@
 
 - You will need a PostgreSQL cluster with PostGIS.
 
-- To install the **gemma** schema and roles use the script
+- To install the **gemma** schema, roles and some default system configuration
+  use the script
   `./schema/install-db.sh`.
 
 - `./schema/install-db.sh --help` shows you available options.
@@ -57,7 +58,7 @@
 - Install and run GeoServer as described here:
   http://docs.geoserver.org/stable/en/user/installation/
 
-- Add tables you want to publish as OGC-Service Layers via GeoServer in
+- Add addional tables you want to publish as OGC-Service Layers via GeoServer in
   the database. For example publish the bottleneck areas:
   ```
   INSERT INTO sys_admin.published_services (name, as_wfs) VALUES
@@ -92,6 +93,16 @@
   ./cmd/gemma/gemma
   ```
 
+## Adding default style templates for geoserver
+
+- To add default style layers for geoserver run the script:
+  ```
+  ./style-templates/upload-styles.sh
+  ```
+
+- `./style-templates/upload-styles.sh --help` shows an overview of its options.
+
+
 ## Proxying OGC services through gemma
 
 - Add services you want to publish via gemma (e.g. for same-origin policy