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
Copy file name to clipboardexpand all lines: build-scripts/run/start.sh
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
if [[ "x$ENVFILE"=="x" ]];then
4
4
export ENVFILE=$(pwd)/envs/.default
5
-
fi
5
+
fi
6
6
7
7
source$ENVFILE
8
8
@@ -17,6 +17,7 @@ popd
17
17
# Create admin user
18
18
# set DOCKER_OWNER to match our image (see cli.yml)
19
19
pushd ../..
20
+
docker-compose --env-file $ENVFILE -p dq-d7 -f docker/matomo-w-db.yml up
20
21
docker-compose --env-file $ENVFILE -p dq-d7 -f docker/cli.yml run --rm dspace-cli create-administrator -e test@test.edu -f admin -l user -p admin -c en
21
22
docker-compose --env-file $ENVFILE -p dq-d7 -f docker/cli.yml run --rm dspace-cli user --add -m user@test.edu -g meno -s priezvisko -l en -p user -o dataquest
22
23
docker-compose --env-file $ENVFILE -p dq-d7 -f docker/cli.yml run --rm dspace-cli version
0 commit comments