https://github.com/simonsobs/so-daq-sequencer-docker
Build docker images for the DAQ Sequencer.
https://github.com/simonsobs/so-daq-sequencer-docker
Last synced: 4 months ago
JSON representation
Build docker images for the DAQ Sequencer.
- Host: GitHub
- URL: https://github.com/simonsobs/so-daq-sequencer-docker
- Owner: simonsobs
- License: bsd-2-clause
- Created: 2022-03-11T14:47:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:51:17.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:09:21.687Z (about 2 years ago)
- Language: Dockerfile
- Size: 120 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://github.com/simonsobs/nextline-graphql) with
[sorunlib](https://github.com/simonsobs/sorunlib) installed.
Quickstart
----------
To run a local copy of the sequencer:
```bash
$ 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:
```python
import sorunlib
print(sorunlib.__version__)
```
To tear down, ctrl+c out of the running `make run` command and then run:
```bash
$ make clean
```
License
-------
This project is licensed under the BSD 2-Clause License - see the
[LICENSE.txt](LICENSE.txt) file for details.