Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@ The process to use this module goes as follows (WIP):
## Setting Up

1. Clone the beamline `ixx-services` repo to the root of this project, ensuring each IOC service has been converted to the [ibek](git@github.com:epics-containers/ibek.git) format.
1. Create your handmade synoptic overview screen in Phoebus and place inside `ixx-services/synoptic/index.bob`.

`git clone --recursive git@gitlab.diamond.ac.uk:controls/containers/beamline/ixx-services.git`
1. Create your handmade synoptic overview screen in Phoebus and place at `ixx-services/synoptic/index.bob`.
1. Construct a `techui.yaml` file inside `ixx-services/synoptic` containing all the components from the services:

```
beamline:
short_dom: {e.g. b23, b01-1}
long_dom: {e.g. bl23b}
desc: {beamline description}
url: {e.g. b23-opis.diamond.ac.uk}

components:
{component name}:
Expand Down