File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,15 @@ Control system integration for Dectris Eiger detectors using FastCS.
18
18
19
19
2 . Run the IOC against the simulated detector, either from a local checkout
20
20
21
- i. ` fastcs-eiger ioc EIGER ` (or run ` Eiger IOC ` vscode launch config)
21
+ i. `` fastcs-eiger ioc `hostname -s`-EIGER ``
22
22
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.
24
25
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.
26
30
27
31
ii. ` podman run --rm -it -v /tmp/opi:/epics/opi --net=host ghcr.io/DiamondLightSource/fastcs-eiger:latest `
28
32
You can’t perform that action at this time.
0 commit comments