We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9083323 commit 47171d0Copy full SHA for 47171d0
README.md
@@ -0,0 +1,21 @@
1
+# EPICS IOC for ADEiger-based detectors
2
+
3
+This repository contains the EPICS Input/Output Controller (IOC) used at LNLS
4
+based on [ADEiger](https://github.com/areaDetector/ADEiger) support module.
5
6
+## Running the IOC
7
8
+You can use the following command to run it in the background using the `lnls-run.sh` script from
9
+[epics-in-docker](https://github.com/cnpem/epics-in-docker).
10
11
+```
12
+docker compose up -d
13
14
15
+## Building the IOC image
16
17
+You can build the IOC with the following command:
18
19
+```bash
20
+TAG=latest docker compose build
21
0 commit comments