Skip to content
View lifemonitor's full-sized avatar

Block or report lifemonitor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lifemonitor/README.md

main workflow docs workflow

Life-Monitor logo


LifeMonitor is a testing and monitoring service for computational workflows. Head over to the LifeMonitor web site for more information and instructions.

Getting Started

You can easily set up your own ready-to-use LifeMonitor instance using the docker-compose deployment we distribute with this repository. A Makefile provides you with the basic actions necessary to manage the deployment. Type make help to list the available options.

You can get a development / testing deployment of LifeMonitor with the following commands:

  1. docker network create life_monitor, to create the Docker network;
  2. make start, to start the main LifeMonitor services;
  3. make start-aux-services, to start the preconfigured instances of WorkflowHub and Jenkins.

To register the WorkflowHub instance with LifeMonitor, run:

docker-compose exec lm /bin/bash -c "flask registry add seek seek ehukdECYQNmXxgJslBqNaJ2J4lPtoX_GADmLNztE8MI DuKar5qYdteOrB-eTN4F5qYSp-YrgvAJbz1yMyoVGrk https://seek:3000 --redirect-uris https://seek:3000"

You should now have the following services up and running:

For additional information, please refer to the LifeMonitor administration guide.




Acknowledgements
Life Monitor is being developed as part of the EOSC-Life project.
EOSC-Life, CRS4, BBMRI-ERIC Logos

Popular repositories Loading

  1. workflow-tests workflow-tests Public

  2. lifemonitor lifemonitor Public

    Forked from crs4/life_monitor

    Workflow Sustainability Service

    Python

  3. validator-test-data validator-test-data Public