Versions Compared

Key

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

Running DSpace 7 using Docker Compose

...

https://dspace-labs.github.io/DSpace-Docker-Images/documentation/tutorialSetup.html

Verify Docker Installation and Download Docker Compose Assets

  • " section.
  • Additional commands/notes available in the Docker Compose READMEs in the codebase.

...

...

...

Launch DSpace 7 with Docker Compose

...

...

...

...

...

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/server

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

...