Skip to content
Snippets Groups Projects
Commit aaa66a35 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

text format

parent 74b15b6c
No related branches found
No related tags found
1 merge request!378Update docs.it4i/dice.md, docs.it4i/img/aai2.jpg, docs.it4i/img/aai.jpg,...
Pipeline #27081 passed with warnings
...@@ -17,12 +17,14 @@ The integrated Rule-Oriented Data System (iRODS) is an open source data manageme ...@@ -17,12 +17,14 @@ The integrated Rule-Oriented Data System (iRODS) is an open source data manageme
**Prerequisities:** **Prerequisities:**
We have to be sure about your identity, this will be done throught this steps: We have to be sure about your identity, this will be done throught this steps:
- sign to MyAccessId https://ds.myaccessid.org/ , after that, please create account at B2Access [https://b2access.eudat.eu/][d] - sign to MyAccessId https://ds.myaccessid.org/ , after that, please create account at B2Access [https://b2access.eudat.eu/][d]
- after successfull login to B2Access, please sign in to our AAI at : [https://aai.it4i.cz/realms/IT4i_AAI/account/#/] throught your B2Access account - after successfull login to B2Access, please sign in to our AAI at : [https://aai.it4i.cz/realms/IT4i_AAI/account/#/] throught your B2Access account
- fill this request for eudat https://www.eudat.eu/contact-support-request?Service=B2SAFE - fill this request for eudat https://www.eudat.eu/contact-support-request?Service=B2SAFE
- finally, contact our support@it4i.cz by crypted mail, we will create account at our iRods server and send you crypted mail. - finally, contact our support@it4i.cz by crypted mail, we will create account at our iRods server and send you crypted mail.
![](img/aai.jpg) ![](img/aai.jpg)
![](img/aai2.jpg) ![](img/aai2.jpg)
### You Need a Client to Connect to iRods Server ### You Need a Client to Connect to iRods Server
...@@ -31,7 +33,6 @@ We have to be sure about your identity, this will be done throught this steps: ...@@ -31,7 +33,6 @@ We have to be sure about your identity, this will be done throught this steps:
- iCommands - for linux, cli - iCommands - for linux, cli
- Fuse - for linux, cli - Fuse - for linux, cli
#### Cyberduck #### Cyberduck
- download at https://cyberduck.io/download/ - download at https://cyberduck.io/download/
...@@ -39,16 +40,18 @@ We have to be sure about your identity, this will be done throught this steps: ...@@ -39,16 +40,18 @@ We have to be sure about your identity, this will be done throught this steps:
- left doubleclick at this profile file opens connection - left doubleclick at this profile file opens connection
![](img/irods-cyberduck.jpg) ![](img/irods-cyberduck.jpg)
#### Fuse #### Fuse
- Instalation without openid: - Instalation without openid:
```console ```console
lup005@ubuntu20:~$ wget https://github.com/cyverse/irodsfs/releases/download/v0.7.3/irodsfs_amd64_linux_v0.7.3.tar lup005@ubuntu20:~$ wget https://github.com/cyverse/irodsfs/releases/download/v0.7.3/irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$ tar -xvf irodsfs_amd64_linux_v0.7.3.tar lup005@ubuntu20:~$ tar -xvf irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$ mkdir IRODS lup005@ubuntu20:~$ mkdir IRODS
``` ```
settings: settings:
```console ```console
lup005@ubuntu20:~$ vim config.yml lup005@ubuntu20:~$ vim config.yml
...@@ -56,14 +59,16 @@ host: irods1.it4i.cz ...@@ -56,14 +59,16 @@ host: irods1.it4i.cz
port: 1247 port: 1247
client_user: test client_user: test
zone: IT4I zone: IT4I
password: TestUser123/ password: TestUser123/
path_mappings: path_mappings:
- irods_path: /IT4I/home/test - irods_path: /IT4I/home/test
mapping_path: / mapping_path: /
resource_type: dir resource_type: dir
``` ```
How to start - mount your collection: How to start - mount your collection:
```console ```console
lup005@ubuntu20:~$ ./irodsfs -config ~/config.yml ~/IRODS lup005@ubuntu20:~$ ./irodsfs -config ~/config.yml ~/IRODS
...@@ -71,19 +76,22 @@ time="2022-07-13 14:42:18.088338" level=info msg="Logging to /tmp/irodsfs_cb7bra ...@@ -71,19 +76,22 @@ time="2022-07-13 14:42:18.088338" level=info msg="Logging to /tmp/irodsfs_cb7bra
Username: test Username: test
verification: verification:
lup005@ubuntu20:~$ ls -la IRODS/ lup005@ubuntu20:~$ ls -la IRODS/
total 0 total 0
-rwx------ 1 lup005 lup005 1073741824 Nov 4 2021 test1G.txt -rwx------ 1 lup005 lup005 1073741824 Nov 4 2021 test1G.txt
``` ```
How to stop - unmout your collection: How to stop - unmout your collection:
```console ```console
lup005@ubuntu20:~$ umount ~/IRODS lup005@ubuntu20:~$ umount ~/IRODS
``` ```
#### iCommand #### iCommand
- this is only linux client, basic knowledge of command line is neccessary - this is only linux client, basic knowledge of command line is neccessary
- we tested it on centos7 a ubuntu20 - we tested it on centos7 a ubuntu20
```console ```console
wget https://packages.irods.org/irods-signing-key.asc wget https://packages.irods.org/irods-signing-key.asc
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment