Update links to Entities test data

This commit is contained in:
Tim Donohue
2021-04-07 13:40:41 -05:00
parent f013ba257d
commit 8a872745b7
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ version: "3.7"
services: services:
dspace-cli: dspace-cli:
environment: environment:
- LOADASSETS=https://www.dropbox.com/s/v3ahfcuatklbmi0/assetstore-2019-11-28.tar.gz?dl=1 # This assetstore zip is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
- LOADASSETS=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/assetstore.tar.gz
entrypoint: entrypoint:
- /bin/bash - /bin/bash
- '-c' - '-c'

View File

@@ -12,5 +12,5 @@ services:
dspacedb: dspacedb:
image: dspace/dspace-postgres-pgcrypto:loadsql image: dspace/dspace-postgres-pgcrypto:loadsql
environment: environment:
# Double underbars in env names will be replaced with periods for apache commons # This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
- LOADSQL=https://www.dropbox.com/s/4ap1y6deseoc8ws/dspace7-entities-2019-11-28.sql?dl=1 - LOADSQL=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-2021-04-07.sql