Changes
Page history
ipfenni1 created page: home
authored
Nov 17, 2017
by
Ingo Pfennigstorf
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
9838d3ba
To run the image:
```
export APP_ENV=dev;
export APP_DEBUG=1;
export APP_SECRET=06782aefc63220f4c530ec5eff8f8781;
export GOOBI_HOST=gdz-wrk3.sub.uni-goettingen.de;
export GOOBI_USERNAME=gdzdevdocker;
export GOOBI_PASSWORD=xxxx;
export GOOBI_ROOT=/storage/gdz/hotfolder/;
export S3_STORAGE_ENDPOINT=http://s3.fs.gwdg.de;
export S3_STORAGE_KEY=xxx;
export S3_STORAGE_SECRET=xxx;
export INDEXER_DOMAIN=http://134.76.18.25:8083;
docker run -it --rm -e GOOBI_HOST -e GOOBI_USERNAME -e GOOBI_PASSWORD -e GOOBI_ROOT -e S3_STORAGE_ENDPOINT -e S3_STORAGE_KEY -e S3_STORAGE_SECRET -e INDEXER_DOMAIN --name checkfolder-run docker.gitlab.gwdg.de/subugoe/checkfolder:master
```
\ No newline at end of file