BaobabLims / baobab.lims

Baobab LIMS is an open-source laboratory information management system (LIMS)
http://baobablims.org/
GNU General Public License v3.0
68 stars 35 forks source link
b3africa baobab docker lims manage-samples research workflows

baobab.lims

open PRs open Issues pr travis language license Made by SANBI for LIMS Community Gitter


The latest information about Baobab LIMS community can be found on the Baobab LIMS.

Baobab LIMS

Baobab LIMS is an open-source laboratory information management system (LIMS) software that will ensure that researchers can track the lifecycle of a biospecimen in the laboratory from receipt to storage and reuse. This software ensures that sufficient metadata is captured.

Baobab is a common name given to nine tree species in different countries in the world, mostly in Africa.

Baobab LIMS written in Plone, a python framework known for its robustness, and inherits some modules from Bika LIMS.

Installation using docker-compose

This is the recommended installation method. It uses Docker and docker-compose which handles the details of installing dependencies for you. On your Linux command line, run:

$ git clone https://github.com/BaobabLims/baobab.lims.git
$ cd baobab.lims
$ docker-compose up -d

Running using Docker

This is a quick way to get a Baobab LIMS site up and running. NOTE: using this installation method, the "volumes" where you store data will not be preserved, so this method is only recommended for testing or development. If you want to use Baobab LIMS long term, we recommend using the docker-compose method described above.

Docker Repository on Quay

docker run -p 8080:8080 quay.io/baobab-lims/baobab-lims

Access Baobab LIMS on http://localhost:8080:

The first time you run Baobab LIMS, install the Baobab package by going to [http://localhost:8080] and following these instuctions.

Demo with Play with Docker

Play with Docker will give you 4 hours to try Baobab LIMS in the cloud.

DockerHub account needed.

Authentication: admin:adminsecret

Manual Installation

New installation instructions (Recommended installation instructions) Baobab LIMS Standalone installation

Old installation instructions (Don't use these instructions. They will be removed at a later date.) Baobab LIMS Standalone installation

Further Documentation