diff --git a/README.md b/README.md index 05c6be1141d8be5bb90c6573ee0fd51677476b3f..a91b7e5edc584bd827104c04e621f2e456baf401 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ directories in your LinkAhead profile.yml. You'll need to set up scripting](https://docs.indiscale.com/caosdb-deploy/server_side_scripting.html) and give the permissions (`SCRIPTING:EXECUTE:<script_name>`) for the scripts in `sample-management-custom/caosdb-server/scripting/bin/` to -the desired users and groups. +the desired users and groups. You may also want to add a custom +authentication token configuration so that the registration and or +upload scripts are executed with special permissions. Add the data model from `models_and_helper_scripts/sample-management-model.yml` to your diff --git a/test-profile/profile.yml b/test-profile/profile.yml new file mode 100644 index 0000000000000000000000000000000000000000..3bd4c13c9ad032b7688424ac562b09ee78803345 --- /dev/null +++ b/test-profile/profile.yml @@ -0,0 +1,12 @@ +default: + custom: + - "../sample-management-custom" + - "./custom" + conf: + restore: true + envoy_enabled: true + scripting: + packages: + linkahead-crawler: + mode: "pip" + package: "git+https://gitlab.indiscale.com/caosdb/src/caosdb-crawler.git@v0.10.1"