Skip to content

DSpace 7 automatisiert in einer virtuellen Box installieren

License

Notifications You must be signed in to change notification settings

TIBHannover/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 uses the DSpace docker images.
  • The default docker-images used here are not intended for productive use. You can deploy your own productive docker images through this project (via Ansible) by setting your images in the dspace_**_image variables.

Installation on local system for local testing

Prerequisites

Perform the following steps in the terminal (Linux / macOS) or in the GitBash (Windows).

git clone https://github.com/TIBHannover/dspace-box.git
cd dspace-box
vagrant up

When the installation is complete (a few minutes, depending on the download speed), dspace can be opened in the browser

For local Vagrant VirtualBox:

http://192.168.56.111:4000/

Initial login via [email protected] / admin

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

dspace_frontend_replicas: 4

About

DSpace 7 automatisiert in einer virtuellen Box installieren

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published