Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 476 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 476 Bytes

Concord plug-in

The LabManager provides an API for supporting more Remote Laboratory Management Systems (RLMS). This project is the implementation for the Concord virtual laboratories.

Usage

First install the module:

$ pip install git+https://github.com/gateway4labs/rlms_concord.git

Then add it in the LabManager's config.py:

RLMS = ['concord', ... ]

Profit!