simonsobs / so-daq-sequencer-docker

Build docker images for the DAQ Sequencer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

so-daq-sequencer-docker

Build docker images for the DAQ Sequencer.

This repo is used to build and publish the Docker image for running nextline with sorunlib installed.

Quickstart

To run a local copy of the sequencer:

$ git clone https://github.com/simonsobs/so-daq-sequencer-docker.git
$ make build
$ make run

Navigate to http://localhost:8080/nextline/ to view.

A helpful test script to run is:

import sorunlib
print(sorunlib.__version__)

To tear down, ctrl+c out of the running make run command and then run:

$ make clean

License

This project is licensed under the BSD 2-Clause License - see the LICENSE.txt file for details.

About

Build docker images for the DAQ Sequencer.

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 53.7%Language:Makefile 46.3%