Installs and configures DSpace 5.x
TBD
TBD
Ansible roles (or other means) that provide the following:
- Java JDK 7
- Apache Maven 3.0.5+
- Apache Ant 1.8+
- Apache Tomcat 7+
- Apache HTTPD server
- postgres 9.0+
- e.g. https://github.com/dheles/postgres-ansible-role
- Oracle is supported by DSpace, but not by this role
- hosts: servers
roles:
- { role: dspace-5 }
CC0
Drew Heles