Docker container for DSpace 5.5
"DSpace is the software of choice for academic, non-profit, and commercial organizations building open digital repositories."
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
To run container use the command below:
$ docker run -d -p 8080:8080 quantumobject/docker-dspace
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.
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/
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