https://github.com/kinow/geonetwork-infra
Automation scripts for a GeoNetwork infrastructure setup
https://github.com/kinow/geonetwork-infra
ansible automation geonetwork gis infra infrastructure
Last synced: 5 months ago
JSON representation
Automation scripts for a GeoNetwork infrastructure setup
- Host: GitHub
- URL: https://github.com/kinow/geonetwork-infra
- Owner: kinow
- License: mit
- Created: 2017-08-04T23:43:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T10:16:59.000Z (over 8 years ago)
- Last Synced: 2025-03-27T18:37:11.901Z (over 1 year ago)
- Topics: ansible, automation, geonetwork, gis, infra, infrastructure
- Size: 55.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GeoNetwork Infrastructure Automation
Automation scripts for a GeoNetwork infrastructure setup. Parts of the script are based on [geoOrchestra](http://www.georchestra.org/)'s scripts. See NOTICE.txt for the licence.
## Setup
The playbook is developed and tested with Vagrant and VirtualBox, on a Linux computer. The target servers are also Linux boxes, so there is no guarantee that these scripts will work on other operating systems.
## References
* [Ansible](https://www.ansible.com/)
* [GeoNetwork](http://geonetwork-opensource.org/)
* [geOrchestra](http://www.georchestra.org/)
* [Vagrant](https://www.virtualbox.org/)
* [VirtualBox](https://www.vagrantup.com/)
* [A Geonetwork Docker](https://github.com/docker-library/repo-info/blob/master/repos/geonetwork/remote/3.2.1-postgres.md)
* [NZ-OSM-Server scripts](https://github.com/kinow/nz-osm-server)
* [geOrchestra infra automation](https://github.com/georchestra/ansible)