Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://dspace-labs.github.io/DSpace-Docker-Images/documentation/workshop/exercise4.html```


The following command will launch DSpace 7.  A sample entities dataset compile by the DSpace 7 team will be loaded.

Code Block
docker-compose -p d7ent -f docker-compose.yml -f d7.override.yml -f load.entities.yml up -d

...


View running containers

Code Block
docker ps -a


View the DSpace REST API

http://localhost:8080/spring-rest

View the DSpace Angular UI

http://localhost:3000/

Stop DSpace

Code Block
docker-compose -p d7ent -f docker-compose.yml -f d7.override.yml -f load.entities.yml down

For More Information

http://bit.ly/dspace-docker