Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

MaastrichtUniversity/irods-microservices

Repository files navigation

irods-microservices

iRODS microservices for the RIT project

Dependencies

irods-dev, libssl-dev libcurl4-openssl-dev

Building

make

Packaging

Don't forget to:

  • add a new microservice to packaging/rit-irods-microservices.list.template
  • update the PLUGINVERSION in VERSION file

Then execute

./packaging/build.sh

Releasing

Tag a release, and upload the binary .deb and .rpm to GitHub.

Acknowledgements

  • Special thanks to the Donders Institute for sharing of msi_json_arrayops, msi_json_objops and msi_time_ts2str
  • Special thanks to irods-contrib for creating msiput_dataobj_or_coll which formed the base for our modified version.