Skip to content

miguelbgouveia/docker-dspace

 
 

Repository files navigation

docker-dspace

Docker container for DSpace 5.5

"DSpace is the software of choice for academic, non-profit, and commercial organizations building open digital repositories."

Install dependencies

To install docker in Ubuntu 14.04 use the commands:

$ sudo apt-get update
$ sudo apt-get install docker.io

To install docker in other operating systems check docker online documentation

Usage

To run container use the command below:

$ docker run -d -p 8080:8080 quantumobject/docker-dspace

Creating an administrator user

You need to run this command from the container to create the administrator user:

$ docker exec -it container_id create-admin

And respond (yes) to clean the database and the other question relate to create administrator account.

Accessing the DSpace applications:

After that check with your browser at addresses:

XMLUI

  • http://host_ip:8080/xmlui/

JSPUI

  • http://host_ip:8080/jspui/

OAI

  • http://host_ip:8080/oai/

More Info

About DSpace: www.dspace.org

To help improve this container docker-dspace

For additional info about us and our projects check our site www.quantumobject.org

About

docker container for DSpace application ..

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%