Installation of DSpace7 via ansible.
Documentation see also
- https://wiki.lyrasis.org/display/DSDOC7x/Release+Notes
- https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace
- https://wiki.lyrasis.org/display/DSPACE/Try+out+DSpace+7
- https://wiki.lyrasis.org/display/DSPACE/Running+DSpace+7+with+Docker
NOTE:
- This project should make it possible to deploy DSpace 7 in a virtual box or VM (if ansible playbook is used directly). It does not use the DSpace docker image.
Prerequisites
Perform the following steps in the terminal (Linux / macOS) or in the GitBash (Windows).
git clone https://github.com/alejandratenorio/dspace-box.git
cd dspace-box/ansible/
ansible-playbook -i inventory.cfg -u [YourUser] --private-key [YourPrivateKey] playbook.yml
When the installation is complete (a few minutes, depending on the download speed), dspace can be opened in the browser
For Dev:
For changes - the env vars at ansible/vars/main.yml
can be modified. Example -
env: "prod" | "dev"
Initial login via [email protected] / admin