Skip to content

DSpace 7 automatisiert in einer virtuellen Box installieren

License

Notifications You must be signed in to change notification settings

alejandratenorio/dspace-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dspace-box

Installation of DSpace7 via ansible.

Documentation see also

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.

Installation on local system for testing

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:

http://192.168.56.111:4000/

For changes - the env vars at ansible/vars/main.yml can be modified. Example -

env: "prod" | "dev" 

Initial login via test@test.edu / admin

About

DSpace 7 automatisiert in einer virtuellen Box installieren

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.1%
  • Jinja 3.9%