Skip to content

Valeria

William Guimont-Martin edited this page Apr 6, 2023 · 15 revisions

Valeria

Useful links

Home page

Documentation

Setup

Start by signing in using your IDUL at Créer un compte VALERIA.

You might need to email Valeria for collaborator status if you get errors.

SSH: ssh <user>@login.valeria.science

Upload data

Upload data using Globus

Clone willGuimont/docker-globus and follow the instructions to run Globus in a Docker container, be sure to modify the volume to point to what you want to transfer.

Go to Mes outils, and start the Globus web client. You can then follow Valeria's documentation: Procédure pour transférer vos fichiers avec Globus

Upload data using rclone to S3 storage

Install rclone, then add the following to .config/rclone/rclone.conf

[valeria]
type = s3
provider = Ceph
env_auth = false
access_key_id = <access key from valeria>
secret_access_key = <secret key from valeria>
endpoint = s3.valeria.science
acl = private

Validate it can access Valeria using rclone size valeria:

# Single file 
rclone copy my/local/file valeria:my/remote/folder
# Complete folder
rclone sync my/local/dataset valeria:my/remote/dataset

SSH to Valerian ssh <user>@login.valeria.science, run val-generate-s3-config, to have access to rclone from Valeria.

Norlab's Robots

Protocols

Templates

Resources

Grants

Datasets

Mapping

Deep Learning

ROS

Ubuntu

Docker (work in progress)

Tips & tricks

Clone this wiki locally