Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
irods-microservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RDM Infrastructure
irods-microservices
Commits
b2996177
Commit
b2996177
authored
3 years ago
by
Staiger, Christine
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ae66e1fa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-0
19 additions, 0 deletions
README.md
with
19 additions
and
0 deletions
README.md
+
19
−
0
View file @
b2996177
...
...
@@ -6,6 +6,10 @@ Miscellaneous iRODS microservices originally developed by Utrecht University.
*
msiDeleteEpicPID: API call to delete an Epic PID
*
msiGetEpicPID: API call to get an Epic PID
*
msiUpdateEpicPID: API call to update metadata for an Epic PID
*
msiArchiveCreate: Building data archives in iRODS (tar, zip, bzip, ...)
*
msiArchiveExtract: Extracting data archives, full extract or partial extract
*
msiArchiveIndex: Lists contents of a data archive
## Installation
iRODS microservices can be installed using the packages provided on the
...
...
@@ -13,6 +17,16 @@ iRODS microservices can be installed using the packages provided on the
You can also build the microservices yourself, see
[
Building from source
](
#building-from-source
)
.
**Navigate to the branch of the repository for your iRODS version**
:
-
master irods4.2.8
-
irods4.2.7
To get the patches for irods 4.2.10 do:
```
git clone <this repository> # you are on master after this
git merge origin/-4.2.10
```
## Building from source
To build from source, the following build-time dependencies must be installed:
...
...
@@ -26,9 +40,14 @@ To build from source, the following build-time dependencies must be installed:
-
`libarchive-dev`
-
`g++`
Ubuntu18:
```
apt-get install g++ irods-dev irods-externals-cmake3.11.4 irods-externals-clang6.0 make libcurl4-openssl-dev libboost-dev libjansson-dev libarchive-dev
```
Centos7:
```
sudo yum install gcc-c++ irods-devel irods-externals-cmake3.5.2-0 irods-externals-clang3.8-0 make boost-devel jansson-devel libarchive-devel libcurl-devel openssl-devel
```
Follow these instructions to build from source:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment