Skip to content

Running BLISS demo session

Starting BLISS demo processes

BLISS demonstration processes can be started with the commands that are available in the demo environments (see installation instructions). We will assume here that these environments are all conda environments with the names bliss_env, lima_env and oda_env (the later is optional).

Start Beacon and the simulated device servers

conda activate bliss_env
bliss-demo-servers --lima-environment=lima_env [--oda-environment=oda_env]

When --oda-environment is specified, visit http://localhost:5555 to monitor the data processing.

Start the BLISS shell with the demo session

conda activate bliss_env
bliss-demo-session

Use blisswebui

The demo session can be used with blisswebui (https://gitlab.esrf.fr/bliss/blisswebui).

It’s a web application to monitor hardware from BLISS. When installed, the server is reachable at the place of the REST API: http://localhost:5000.

It’s a python library already packaged with a build javascript resources.

The last release can be installed with:

pip install -U blisswebui