Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.09 KB

FreezeMan

InstallationLicense

FreezeMan is a freezer management system designed to manage the storage and tracking of biological samples in a laboratory environment.

Installation

# Clone the repository
git clone https://github.com/c3g/freezeman
cd freezeman
git submodule update --init --recursive

Next, follow the instructions in /backend/ and /frontend/.

License

FreezeMan is licensed under the GNU LGPL version 3 © C3G, McGill University

Portions copyright: Django Software Foundation and individual contributors to the Django project. See relevant licenses:

  • /backend/templates/admin/base_site.html

Portions copyright: Bojan Mihelac and individual contributors to the django-import-export project.