Skip to content

Commit 47171d0

Browse files
committed
docs: create README file with build and run instructions.
1 parent 9083323 commit 47171d0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)