@@ -138,13 +138,14 @@ stu
138138
139139Read-Only Mode — You can browse and download files but cannot modify or upload from this interface.
140140
141- 1 . Go to https://ood.sc.irbbarcelona.org/pun/sys/dashboard/ and log in with your LDAP credentials.
141+ 1 . Go to [ Open OnDemand Dashboard] ( https://ood.sc.irbbarcelona.org/pun/sys/dashboard/ )
142+ and log in with your LDAP credentials.
142143
143- 2 . Click on "Home Directory System installed App".
144+ 1 . Click on "Home Directory System installed App".
144145
145146![ alt text] ( ../assets/images/ooo-home-directory.png )
146147
147- 3 . Select the S3 storage on the left panel and navigate through the folders.
148+ 1 . Select the S3 storage on the left panel and navigate through the folders.
148149You can read PDFs and text files directly in the browser.
149150To view Excel or HTML files, you need to download them first.
150151
@@ -158,20 +159,22 @@ Here are the instructions for ubuntu, but it is also possible using windows and
158159the official IRB documentation.
159160[ IRB documentation.] ( https://irb.app.lumapps.com/home/ls/content/5695990366740739/archive-to-s3-minio )
160161
161- 1 . Create a conda enviroment with rclone.
162- ```
162+ 1 . Create a conda enviroment with rclone
163+
164+ ``` bash
163165conda create -n s3 rclone -c conda-forge -y
164166conda activate s3
165167```
166168
167- 2 . Download and run the app from IT
168- ```
169+ 1 . Download and run the app from IT
170+
171+ ``` bash
169172wget https://github.com/its-irb/irb-storage-public-scripts/releases/latest/download/minio-rclone-copy-GUI-linux
170173chmod minio-rclone-copy-GUI-linux
171174./minio-rclone-copy-GUI-linux
172175```
173176
174- 3 . Mount:
177+ 1 . Mount:
175178
176179Login using your LDAP credentials.
177180
0 commit comments