Ansible playbooks to stand up an instance of DSpace 7.x (API and Angular Frontend)
- Install Vagrant and VirtualBox
git clone https://github.com/TexasDigitalLibrary/ansible-dspace && cd ansible-dspace
cp site_vars.yml.example site_vars.yml
and configure appropriatelyvagrant up
- Amazon Linux 2
- Apache 2.4
- Tomcat 9.0
- PostgreSQL 13
- Shibboleth 3.2
- Solr 8.11.1
- Fuseki 4.3.1
- Java 11
- Node.js 14.18.2
- PM2 5.1.2
- DSpace 7.x (API and Angular Frontend)
- Vagrant is configured to forward Apache and Tomcat to their default ports on your system, which may not be available if you have those services running already. They should be stopped locally so that Vagrant can forward to the defaults in order for Angular and the API to communicate in the VM.
This code is licensed under the GNU General Public License (GPL) V3.
For questions, comments or assistance please contact support@tdl.org.