The Basic Laboratory Information System (BLIS) is a LIMS that is capable of running on a desktop computer or a cloud server.
This application replaces the customized Server2Go launcher that BLIS has been using since its initial version with an open-source .NET application.
The binary built with this project will require the files in BLISRuntime and BLIS to run.
This project requires Microsoft Windows (x86-64) to run.
Additional ports to other operating systems or architectures are certainly possible but are not currently in scope.
To build this project, ensure you have the latest .NET Core SDK installed, and run:
dotnet buildTo build a release build (ie. a single binary) you can run:
dotnet publish -r win-x64 -c ReleaseThis project is licensed under the GNU General Public License Version 3, unless otherwise noted.