Skip to content
Snippets Groups Projects
Commit f51d7f2a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: enhance doc on customization

parent c4e16ba4
No related branches found
No related tags found
1 merge request!5MAINT: move datamodel config to a separate file
Pipeline #60984 passed with warnings
......@@ -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
......
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