From f51d7f2a57a169579309b4b776aba87c0d7f9a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Tue, 18 Feb 2025 17:33:27 +0100 Subject: [PATCH] DOC: enhance doc on customization --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b3cafc..e2cadac 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,13 @@ profile: ## Configuration Note, that you can adjust names of Recordtypes and Properties that are used. -If you want to do this, you need to overwrite the files -- `loanpy/src/loan/conf.py` and -- `loan-custom/caosdb-server/caosdb-webui/src/ext/js/a_box_loan_config.js`. +If you want to do this, you need to +1. Create a configuration file for `loanpy`. Place a `~/linkahead_loan.ini` in + the sss home directory (`caosdb-server/scripting/home`) and add those keys, + that you want to change. Check out the available options in the default file + `loanpy/src/loan/default_config.ini`. +- Add a `caosdb-server/caosdb-webui/src/ext/js/a_box_loan_config.js` to your + custom folder such that it overwrites the corresponding file of loan-custom. ## Integration tests Run `pytest .` in the integration tests folder -- GitLab