You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default is Java 11, but other LTS releases (e.g. 17) are also supported.
73
+
Default is Java 17
74
74
75
-
## Run DSpace-CRIS 2024_02_x REST from your current branch
75
+
## Run DSpace-CRIS 2025_02_x REST from your current branch
76
76
```
77
77
docker compose -p dcris25 up -d
78
78
```
79
79
80
-
## Run DSpace-CRIS 2024_02_x REST and Angular from your branch
80
+
## Run DSpace-CRIS 2025_02_x REST and Angular from your branch
81
81
82
82
```
83
83
docker compose -p dcris25 -f docker-compose.yml -f dspace/src/main/docker-compose/docker-compose-angular.yml up -d
@@ -90,7 +90,7 @@ NOTE: This starts the UI in development mode. It will take a few minutes to see
90
90
91
91
See documentation in [DSpace User Interface Docker instructions](https://github.com/DSpace/dspace-angular/blob/main/docker/README.md#run-dspace-rest-and-dspace-angular-from-local-branches).
92
92
93
-
## Run DSpace-CRIS 2024_02_x REST with a IIIF Image Server from your branch
93
+
## Run DSpace-CRIS 2025_02_x REST with a IIIF Image Server from your branch
94
94
*Only useful for testing IIIF support in a development environment*
95
95
96
96
This command starts our `dspace-iiif` container alongside the REST API.
@@ -101,7 +101,7 @@ which can be used when IIIF support is enabled in DSpace-CRIS (`iiif.enabled=tru
101
101
docker compose -p dcris25 -f docker-compose.yml -f dspace/src/main/docker-compose/docker-compose-iiif.yml up -d
102
102
```
103
103
104
-
## Run DSpace-CRIS 2024_02_x REST and Shibboleth SP (in Apache) from your branch
104
+
## Run DSpace-CRIS 2025_02_x REST and Shibboleth SP (in Apache) from your branch
105
105
*Only useful for testing Shibboleth in a development environment*
106
106
107
107
This Shibboleth container uses https://samltest.id/ as an IdP (see `../docker/dspace-shibboleth/`).
0 commit comments