You can try out daiquiri using the provided docker images. This includes the daiquiri server, bundled front end, a test bliss installation, along with a simulation tango device, and a simulation lima camera.
Download the database docker image and start the container:
docker run -n mariadb esrfbcu/mimosa-database:main
Download the daiquiri image and start the container:
docker run -n daiquiri -v "/data:/data" --link mariadb -p 9032:9032 -p 9030:9030 -p 8080:8080 esrfbcu/daiquiri:main
More details on daiquiri-docker can be found here
Browse to http://localhost:8080
Credentials are:
User | Password | State |
---|---|---|
abcd | anything | normal user |
efgh | anything | staff user |