Initiation à la statistique avec ASTERICS Practical session

Nathalie Vialaneix – https://www.nathalievialaneix.eu

INRAE, MIAT & Plateforme de biostatistique de Toulouse

November 16, 2023

Install ASTERICS on local computer (linux only)

  • Open a command line terminal and install docker:
sudo apt install docker docker-compose
  • Pull docker images required for ASTERICS:
sudo docker pull registry.forgemia.inra.fr/asterics/asterics/r-backend:latest
sudo docker pull registry.forgemia.inra.fr/asterics/asterics/python-vuejs:latest
  • Download configuration files required to launch ASTERICS:
cd ~/Documents/
wget http://www.nathalievialaneix.eu/doc/zip/asterics_config.zip
unzip asterics_config.zip
cd asterics

Start ASTERICS on local computer (linux only)

  • Start ASTERICS docker:
sudo docker-compose -f docker-compose.local.yml up -d
  • You can then access ASTERICS starting a web browser (e.g., firefox) and entering the following URL: http://localhost:8080