Skip to content
Snippets Groups Projects
Forked from CAN / UNIX command line
Loading
2_using_the_ifb_cloud.Rmd 5.26 KiB
title: IFB (Institu Français de bio-informatique) Cloud
author: "Laurent Modolo"
output:
  rmdformats::downcute:
    self_contain: true
    use_bookdown: true
    default_style: "light"
    lightbox: true
    css: "./www/style_Rmd.css"

if (!require("fontawesome")) {
  install.packages("fontawesome")
}
if (!require("klippy")) {
  install.packages("remotes")
  remotes::install_github("rlesur/klippy")
}
library(fontawesome)
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(comment = NA)
klippy::klippy(
  position = c('top', 'right'),
  color = "white",
  tooltip_message = 'Click to copy',
  tooltip_success = 'Copied !')
Creative Commons License

cc_by_sa

Objective: Start and connect to an appliance on the IFB cloud

Instead of working on your computer where you don't have an Unix-like OS or have limited right, we are going to use the IFB (Institu Français de bio-informatique) Cloud.

Creating an IFB account

  1. Access the https://biosphere.france-bioinformatique.fr/ website

  2. On the top right (First) steps with GNU/Linux

    Instead of working on your computer where you don't have an Unix-like OS or have limited right, we are going to use the IFB (Institu Français de bio-informatique) Cloud. For this you will need:

    1. Access the https://biosphere.france-bioinformatique.fr/ website
    2. On the top right of the screen click on sign in
    3. Then click on login
    4. Use the Incremental search field to select your identity provider (CNRS / ENS de Lyon / etc.)
    5. Login
    6. Complete the form with your Name, First Name, Town and Zip Code. You can ignore the other field and click on accept.
    7. Go to your Groups parameters on the top right group_selection_ifb
    8. Click on join_a_group and type LBMC Unix 2022
    9. You can click on the + sign to register and wait to be accepted in the group

Starting the LBMC Unix 2022 appliance

To follow this practical you will need to start the LBMC Unix 2022 appliance from the IFB Cloud and click on the start button after login with your account.