From 2e56eefc11c8bb911ff42b54e1bf7aaf98f0d8f0 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Wed, 6 Nov 2024 09:12:14 +0100 Subject: [PATCH] README: adds /srv/cutouts and CUTOUTS_URL with note 'for mcutout only' --- JDL.md | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/JDL.md b/JDL.md index 6726b8c..8aff86c 100644 --- a/JDL.md +++ b/JDL.md @@ -3,6 +3,6 @@ The JDL is an JSON-array of standard SODA parameters. Result status of a cut is appended to each array element and such JSON is included into the resulting compressed tar.gz file. -TBD... +*TBD add json-schema etc...* diff --git a/README.md b/README.md index 65634b7..8705786 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ if at least on of the user's groups is allowed the access. Access rights for dat is available from the gitlab-repository of this project. -SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets**. +SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets** (read-only). + +SODA-docker's internal mount point which temporarely holds cut files is **/srv/cutouts** (read-write) for **mcutout only**. Configuration parameters are set by these docker environment variables: @@ -56,7 +58,7 @@ Configuration parameters are set by these docker environment variables: | **AUTHZ_DB_SCHEMA** | schema of the authorization table | | **AUTHZ_DB_USERNAME** | user in the DB with authorization table | | **AUTHZ_DB_PASSWORD** | password for the DB-user | - +| **CUTOUTS_URL** | access point to download resulting cuts (**mcutout only**) | Context-root parameter uses 'tomcat syntax' in which the forward-slash path-separator is replaced with hash: vlkb#datasets -> vlkb/datasets -- GitLab