Skip to main content

Remote Laboratory Management System for creating laboratories (replacement of WebLab-Deusto)

Project description

LabDiscoveryEngine

CircleCI Supported Versions pypi

LabDiscoveryEngine is an evolved and modern RLMS building upon WebLabDeusto's experience.

The official website of the LabDiscoveryEngine project is https://labdiscoveryengine.labsland.com/

First steps

Installation

$ pip install labdiscoveryengine

Creating an LDE deployment

First, you have to create an LDE deployment directory, where you will store the configuration. To create a simple example, run the following:

$ lde deployments create -d /path/to/mydeployment

If you want to use gunicorn (recommended), then run this:

$ lde deployments add-gunicorn-script -d /path/to/mydeployment

And if you want to manage it with supervisor (recommended), run this and follow the installation instructions:

$ lde deployments add-supervisor-config -d /path/to/mydeployment

From that moment, you will have a setup up and running, with four configuration files.

Full documentation

https://developers.labsland.com/labdiscoveryengine/en/stable/

Funding

The LabDiscoveryEngine project operates under a cascade funding model, provided by the European Union-backed initiative, NGI Search. This funding approach not only empowers us financially but also aligns our objective to revolutionize the accessibility and discovery of educational labs with the broader goals of NGI Search.

Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commission. Neither the European Union nor the granting authority can be held responsible for them. Funded within the framework of the NGI Search project under grant agreement No 101069364.

EU Flag

Development

When developing LabDiscoveryEngine (not a remote laboratory, but when developing the RLMS itself), the easiest steps are:

  • Start the web server in debug mode:
$ . devrc
$ flask run
  • Start the worker:
$ python labdiscoveryengine/cli.py worker run

(this is the equivalent to running lde worker run when the labdiscoveryengine package is installed)

  • In the folder tools there are scripts to test.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

labdiscoveryengine-0.6.0.tar.gz (8.5 MB view hashes)

Uploaded Source

Built Distribution

labdiscoveryengine-0.6.0-py3-none-any.whl (9.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page