Skip to content

Commit 514c88e

Browse files
committed
Add more detailed instructions
1 parent a942c33 commit 514c88e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ Control system integration for Dectris Eiger detectors using FastCS.
1818

1919
2. Run the IOC against the simulated detector, either from a local checkout
2020

21-
i. `fastcs-eiger ioc EIGER` (or run `Eiger IOC` vscode launch config)
21+
i. ``fastcs-eiger ioc `hostname -s`-EIGER``
2222

23-
3. or the container
23+
ii. or run the `Eiger IOC` vscode launch config, but edit it to include your
24+
hostname or there could be PV clashes from duplicate IOCs on the same network.
2425

25-
i. Make a local directory for UIs `mkdir /tmp/opi`
26+
3. or to run the latest release directly from the container registry
27+
28+
i. Make a local directory for UIs `mkdir /tmp/opi` - bob files will appear here that
29+
can be opened on the host with Phoebus.
2630

2731
ii. `podman run --rm -it -v /tmp/opi:/epics/opi --net=host ghcr.io/DiamondLightSource/fastcs-eiger:latest`
2832

0 commit comments

Comments
 (0)