Update 'Install_GeoNetwork'

Kaimbacher 2022-06-30 15:16:12 +00:00
parent fdb3a434a0
commit 8a80643445

15
Install_GeoNetwork.md Normal file

@ -0,0 +1,15 @@
## GeoNetwork Installation
Download zip package including the WAR file:
https://next.agrarforschung.at/index.php/s/wAPmRtsY5waLGYb/download?path=%2F&files=geonetwork-enterprise-2022.2.zip
`cd /tmp/` \
`unzip geonetwork-enterprise-2022.2.zip`
**Move the war file into the web app aof jetty:**
`sudo -u jetty cp geonetwork.war /opt/webbase/webapps/` \
`sudo systemctl restart jetty9.service`
## GeoNetwork Configuration