Skip to content

ami-team/AMIDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMI          LPSC          IN2P3          UGA

AMI Full Stack Demo

This is a "docker-compose"-based demo of the full AMI ecosystem. It was originally developed for the A Toroidal LHC ApparatuS (ATLAS) experiment, one of the two general-purpose detectors at the Large Hadron Collider (LHC).

Usage

Make sure that git and Docker Compose V2 are installed.

docker compose version

For Linux installation, create the docker group if it doesn't exist and add the current user to it (refer to Docker documentation).

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

Then pull the AMI demo from Git and launch it.

git clone https://github.com/ami-team/AMIDemo.git
cd AMIDemo
docker compose up

Endpoints

Web interfaces:

Web service:

  • http://localhost:666/AMI/FrontEnd

MQTT service:

  • ws://localhost:663/ws

Issuer/Token

JWT issuer for demo:

  • AMI-Demo

JWT secret for demo:

  • jNAvEVLbgnjYqT8E

JWT token for demo:

  • eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJBTUktRGVtbyIsImlzcyI6IkFNSS1EZW1vIn0.WZ7Xs4WhO9QRL4D_vUSozyOesBbDNcnYEnfBqnPobzJKWwousQc_bhyVsgITFJ0ypxHzb4KnVg73X68qYI5ZOg

Developers

Releases

No releases published

Packages

No packages published