Skip to content

Commit a77be17

Browse files
committed
readme: create file with build and run instructions.
1 parent f66b8b1 commit a77be17

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EPICS IOC for Pilatus4 detector based on ADEiger
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 default
9+
start-up script from
10+
[epics-in-docker](https://github.com/cnpem/epics-in-docker).
11+
12+
```
13+
docker compose up -d
14+
```
15+
16+
## Building the IOC image
17+
18+
You can build the IOC with the following command:
19+
20+
```bash
21+
TAG=latest docker compose build
22+
```

0 commit comments

Comments
 (0)