Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.28 KB

Demo GIF Failed

User Documentation

DataJoint LabBook is a graphical user interface built using React to facilitate working with DataJoint computational pipelines.

Installation

If you have not done so already, please install the following dependencies:

Prerequisites

Download the docker-compose-deploy.yaml docker environment from the release located here.

Running the application

To start the application, use the command:

PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d

To stop the application, use the command:

PHARUS_VERSION=0.1.0 DJLABBOOK_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml down

References