Live Demo

The live demo of MedCo is available at https://medco-demo.epfl.ch. The profile test-local-3nodes with a custom configuration is used.

Information about the machine and deployment

  • Any new added administrator should belong to the groups sudo, docker and lds, and have its SSH key set up.

  • The files of the deployment (/opt/medco) have the group lds set.

  • Updates of the system should be regularly done.

  • After a reboot, the MedCo deployment will not persist and must be started manually.

  • While the renewal of the certificate may be done automatically with Let's Encrypt, it is not automatically set up in the MedCo deployment, thus every 2-3 months this should be updated.

  • The Keycloak of the deployment is set up to demonstrate the connection with SwitchAAI. This includes having some keys configured in Keycloak, so be careful to not wipe the database in order to not loose those keys, otherwise the configuration will have to be redone.

Update demo version

Connect with SSH to the machine (you should have your SSH key set up there).

Get the latest version

Ensure the configuration specific to the MedCo stays (see next section).

cd /opt/medco/deployments/test-local-3nodes
make down
git pull

Configuration update

Update the configuration according to the following examples. For the passwords, use the same as defined in the previous deployments.

Start deployment

Load synthetic demo data

Get them from the Google Drive folder and execute the script.

Update certificate

The certificate is provided by Let's Encrypt and valid for a period of 3 months, it thus needs regular renewing. First ensure that the configuration located in /etc/letsencrypt/renewal/medco-demo.epfl.ch.conf is correct.

Then with sudo rights renew the certificate:

And finally restart the stack:

Last updated

Was this helpful?