-
Notifications
You must be signed in to change notification settings - Fork 1
DRAFT: Deploying this schema
Jo Cook edited this page Apr 22, 2021
·
1 revision
See https://github.com/AstunTechnology/iso19139.osmp/blob/3.10.x/README.md for the basic approach when deploying in tomcat or jetty.
To deploy in docker, clone the entire repository to a location relative to your docker deployment folder. In the GeoNetwork volumes section, add two further bind mount definitions:
- Mount the jar file (eg https://github.com/AstunTechnology/iso19139.osmp/blob/3.10.x/target/schema-iso19139.osmp-3.10-SNAPSHOT.jar) from your repository to
/usr/local/tomcat/webapps/geonetwork/WEB-INF/lib/schema-iso19139.osmp-3.10-SNAPSHOT.jar
- Mount the
src/main/plugin/iso19139.osmp
folder to/usr/local/tomcat/webapps/geonetwork/WEB-INF/data/config/schema_plugins/iso19139.osmp
When the conversion files are done there will be further bind mount definitions to make them available in the various parts of the GeoNetwork interface