- For iRODS < 4.3, configure
"maximum_number_of_concurrent_rule_engine_server_processes": 1
in theadvanced_settings
stanza of/etc/irods/server_config.json
. - For iRODS >= 4.3, configure
"number_of_concurrent_delay_rule_executors": 1
in/etc/irods/server_config.json
. - Ensure that the
irods_rule_engine_plugin-cpp_default_policy-instance
instance is the last rule engine configured in/etc/irods/server_congfig.json
if present. - Install the iRODS Python Rule Engine plug-in (PRE) to the iCAT server.
- Configure the PRE in
/etc/irods/server_config.json
as the first rule engine. - Clone this repo to
/etc/irods
on the iCAT server. - Copy
core.py.hydroshare
to/etc/irods/core.py
from either python2 (iRODS < 4.3) or python3 (iRODS >= 4.3) as appropriate. - Edit
/etc/irods/core.py
to provide real world values forhsRestUser
,hsRestPwd
, andhsRestURL
.