Sign inSign up

muntashir84/dspace

By muntashir84

Updated 9 months ago

Dspace: build an Open Digital Repository for your academic, non-profit or commercial organization

Image
Web servers
Operating systems
Databases & storage
1

287

muntashir84/dspace repository overview

Use the following command to run the container via terminal or Windows Command Prompt (CMD), then press Enter to execute:


promt for dspace tag:8.1
docker run -d --name dspace -p 8080:8080 -p 4000:4000 -p 8983:8983 muntashir84/dspace:8.1

Promt for dspace tag:9.0
docker run -d --name dspace -p 8080:8080 -p 4000:4000 -p 8983:8983 muntashir84/dspace:9.0

cmd-dspace

Next, proceed to open each of the following URLs in your browser one by one to verify that all supporting components of DSpace are functioning correctly, including the Solr service and the DSpace backend deployed via Tomcat:


http://localhost:8983/solr/ for Solr service
solr

http://localhost:8080/server for backend dspace
backend-dspace

if solr and backend run normally as shown in the image above. the last step, enter the user interface URL:
http://localhost:4000 for user interface dspace
UI-Dspace
Log in as administrator account:
E-mail address: [email protected]
password: admin

Tag summary

Content type

Image

Digest

sha256:7b776aea7

Size

3.7 GB

Last updated

9 months ago

docker pull muntashir84/dspace:9.2