From 4f9f613b4ef50504576c9422009e947eeb523e6d Mon Sep 17 00:00:00 2001 From: Shane <shane@axiomdatascience.com> Date: Fri, 11 Mar 2016 10:53:40 +0800 Subject: [PATCH] Add arbitrary filesystem resource overlays in build --- README.md | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 360517a..d2be021 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,17 @@ `resources/plugins` before building. You should also download the matching version GeoServer WAR zip file to `resources/geoserver.zip`. +### Building with file system overlays (advanced) + +The contents of `resources/overlays` will be copied to the image file system +during the build. For example, to include a static Tomcat `setenv.sh`, +create the file at `resources/overlays/usr/local/tomcat/bin/setenv.sh`. + +You can use this functionality to write a static GeoServer directory to +`/opt/geoserver/data_dir`, include additional jar files, and more. + +Overlay files will overwrite existing destination files, so be careful! + ## Run You probably want to also have postgis running too. To create a running -- Gitblit v0.0.0-SNAPSHOT