Skip to content
Snippets Groups Projects
Commit 11dee952 authored by Ondrej Dvorak's avatar Ondrej Dvorak
Browse files

Update docs.it4i/dice.md

parent bf46af0f
No related branches found
No related tags found
1 merge request!393Dvo0012 dice patch
Pipeline #27475 failed
...@@ -92,11 +92,9 @@ To unmount it, run ...@@ -92,11 +92,9 @@ To unmount it, run
```console ```console
fusermount -u ~/IRODS fusermount -u ~/IRODS
``` ```
{==
you can work with fuse as an ordinary directory ( ls, cd, cp, mv etc ) - you can work with fuse as an ordinary directory ( `ls, cd, cp, mv` etc )
==}
***iCommands*** ***iCommands***
```console ```console
...@@ -156,12 +154,12 @@ wget https://docs.it4i.cz/irods1.it4i.cz.crt [k] ...@@ -156,12 +154,12 @@ wget https://docs.it4i.cz/irods1.it4i.cz.crt [k]
wget https://github.com/cyverse/irodsfs/releases/download/v0.7.6/irodsfs_amd64_linux_v0.7.6.tar wget https://github.com/cyverse/irodsfs/releases/download/v0.7.6/irodsfs_amd64_linux_v0.7.6.tar
tar -xvf ~/irodsfs_amd64_linux_v0.7.6.tar tar -xvf ~/irodsfs_amd64_linux_v0.7.6.tar
mkdir ~/IRODS ~/.irods mkdir ~/IRODS ~/.irods
cd ~/.irods && wget https://docs.it4i.cz/config.yml cd ~/.irods && wget https://docs.it4i.cz/config.yml [3]
``` ```
- edit `~/.irods/config.yml` with apropriate username - edit `~/.irods/config.yml` with apropriate username
``` ```
***How to start - mount your collection:*** ***How to mount your collection:***
```console ```console
[some_user@local_pc ~]$ ./irodsfs -config ~/.irods/config.yml ~/IRODS [some_user@local_pc ~]$ ./irodsfs -config ~/.irods/config.yml ~/IRODS
...@@ -200,7 +198,7 @@ total 0 ...@@ -200,7 +198,7 @@ total 0
- this is linux client only, basic knowledge of commandline is neccessary - this is linux client only, basic knowledge of commandline is neccessary
- manual is for centos7 - manual is for centos7
- for ubuntu20 - there is [http://docs.snic.se/wiki/IRODS_iCommands_installation_on_Ubuntu_20.04#Authenticate_and_test_iRODS_iCommands_client][j] - for ubuntu20 - there is [http://docs.snic.se/wiki/IRODS_iCommands_installation_on_Ubuntu_20.04#Authenticate_and_test_iRODS_iCommands_client] [j]
```console ```console
sudo rpm --import https://packages.irods.org/irods-signing-key.asc sudo rpm --import https://packages.irods.org/irods-signing-key.asc
...@@ -209,7 +207,7 @@ sudo yum install epel-release -y ...@@ -209,7 +207,7 @@ sudo yum install epel-release -y
sudo yum install python-psutil python-jsonschema sudo yum install python-psutil python-jsonschema
sudo yum install irods-icommands sudo yum install irods-icommands
cd ~ && wget https://docs.it4i.cz/irods1.it4i.cz.crt [k] cd ~ && wget https://docs.it4i.cz/irods1.it4i.cz.crt [k]
mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json mkdir ~/.irods/ && cd "$_" && wget https://docs.it4i.cz/irods_environment.json [2]
``` ```
- edit ***irods_user_name*** in `~/.irods/irods_environment.json` - edit ***irods_user_name*** in `~/.irods/irods_environment.json`
...@@ -261,6 +259,8 @@ ls -la ~ ...@@ -261,6 +259,8 @@ ls -la ~
For more commands, use the `ihelp` command. For more commands, use the `ihelp` command.
[1]: irods.cyberduckprofile [1]: irods.cyberduckprofile
[2]: irods_environment.json
[3]: config.yml
[b]: http://www.diceproject.eu/ [b]: http://www.diceproject.eu/
[c]: https://irods.org/ [c]: https://irods.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment