Skip to content
Snippets Groups Projects
Commit 2d7ceaec authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

TST: Add minimal test profile

parent 13502b1a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,9 @@ directories in your LinkAhead profile.yml. You'll need to set up ...@@ -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) scripting](https://docs.indiscale.com/caosdb-deploy/server_side_scripting.html)
and give the permissions (`SCRIPTING:EXECUTE:<script_name>`) for the and give the permissions (`SCRIPTING:EXECUTE:<script_name>`) for the
scripts in `sample-management-custom/caosdb-server/scripting/bin/` to 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 Add the data model from
`models_and_helper_scripts/sample-management-model.yml` to your `models_and_helper_scripts/sample-management-model.yml` to your
......
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment