_images/walkthroughDemoOptimized.gif

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