# MyLibreLab **Repository Path**: gexingdeyun/MyLibreLab ## Basic Information - **Project Name**: MyLibreLab - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyLibreLab This is a fork of [MyOpenLab](https://myopenlab.org/), which became unmaintained in 2020. The original sources were gathered from . MyLibreLab is currently under heavy development (early alpha stage), and it's not yet functional. If you are looking for a fully functional and stable version, check out original [archived MyOpenLab](https://github.com/MyLibreLab/MyOpenLab). ## Differences to MyOpenLab - Provides self-contained distribution. No need to install any Java distribution any more. - Built using modern Java 15 technology - Maintained on GitHub ## Manual installation: 1. Clone MyLibreLab: ```terminal git clone https://github.com/MyLibreLab/MyLibreLab.git ``` 2. Run with gradle: ```terminal cd MyLibreLab ./gradlew run ``` ## User documentation [User docs link](https://mylibrelab.github.io/user-documentation/) ## Code Setup ### Java Development Kit 15 A working Java 15 installation is required. In the command line \(terminal in Linux, cmd in Windows\) run `javac -version` and make sure that the reported version is Java 15 \(e.g `javac 15`\). If `javac` is not found or a wrong version is reported, check your PATH environment variable, your `JAVA_HOME` environment variable or install the most recent JDK. Download the JDK from . On Windows, you can execute `choco install openjdk` (requires [installation of chocolatey - a package manager for Windows](https://chocolatey.org/install)).