The Laboratory Sample Collection
// modify the .env files according to your needs //
// run docker-compose file //
Required Environment file number one: ~.env
DATABASE_HOSTNAME=mysql
DATABASE_PORT=3456
DATABASE_NAME=test_db
DATABASE_USERNAME=test_db
DATABASE_PASSWORD=***********
FRONTEND_PATH= `~\frontend\.env`
Required Environment file number two ~\frontend\.env
with the following environment variables
NEXT_PUBLIC_CONTACT_NAME_ONE=Your Name
NEXT_PUBLIC_CONTACT_MAIL_ONE=Your EMail
NEXT_PUBLIC_CONTACT_NAME_TWO=Your Name
NEXT_PUBLIC_CONTACT_MAIL_TWO=Your EMail
NEXT_PUBLIC_DELETE_PASSCODE=1111
Run the local test environment
sudo docker-compose -f docker-compose.yaml up
- Source Code:
LGPLv3 <http://opensource.org/licenses/LGPL-3.0>
__ - Documentation:
CC BY-SA 4.0 <http://creativecommons.org/licenses/by-sa/4.0/>
__
The source code is released under both the GPL and LGPL licenses version 2 or later. You may choose which license you choose to use the software under.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License or the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
This project is supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach)" by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA).
© 2025 Anton Schnurpel