Versions Compared

Key

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

...

Use CaseFrom RepoCommand
UC1

DSpace
or

DSpace-angular

docker-compose -p d7 up -d
UC2DSpacedocker-compose -p d7 up -d --build
UC3DSpace-angulardocker-compose -p d7 up -d --build
UC4DSpacedocker-compose -p d7 build  (this will update the image locally)

DSpace-angulardocker-compose -p d7 up -d --build

Refactor Option 2

- https://github.com/DSpace/DSpace/pull/2523 (6x)
- https://github.com/DSpace/DSpace/pull/2530 (7x)
- https://github.com/DSpace/dspace-angular/pull/493 (Angular)


This option will revise PR2525 to remove the angular image from the docker-compose file in DSpace/DSpace.  The angular image will only be start-able from the DSpace-angular repo.

...