diff --git a/docs.it4i/dice.md b/docs.it4i/dice.md index f5c8a39eb392d47b055a761d232c495ec16f5ecd..6f7947a5955e0438b5623fb3a83188f7b91de379 100644 --- a/docs.it4i/dice.md +++ b/docs.it4i/dice.md @@ -17,12 +17,14 @@ The integrated Rule-Oriented Data System (iRODS) is an open source data manageme **Prerequisities:** 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] - 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 - finally, contact our support@it4i.cz by crypted mail, we will create account at our iRods server and send you crypted mail. +  - + ### 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: - iCommands - for linux, cli - Fuse - for linux, cli - #### Cyberduck - 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: - left doubleclick at this profile file opens connection  - #### Fuse - Instalation without openid: + ```console 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:~$ mkdir IRODS ``` + settings: + ```console lup005@ubuntu20:~$ vim config.yml @@ -56,14 +59,16 @@ host: irods1.it4i.cz port: 1247 client_user: test zone: IT4I -password: TestUser123/ +password: TestUser123/ path_mappings: - irods_path: /IT4I/home/test mapping_path: / resource_type: dir ``` + How to start - mount your collection: + ```console 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 Username: test verification: - lup005@ubuntu20:~$ ls -la IRODS/ 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: + ```console lup005@ubuntu20:~$ umount ~/IRODS ``` + #### iCommand - this is only linux client, basic knowledge of command line is neccessary - we tested it on centos7 a ubuntu20 + ```console 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