...
Code Block | ||||
---|---|---|---|---|
| ||||
├── README.md ├── config │ ├── applications │ ├── iocs │ └── services ├── deploy │ ├── Chart.yaml │ ├── templates │ └── values.yaml ├── opi <--- This is the OPI git submodule (this case https://baltig.infn.it/lnf-da-control/sparc-epics-opi.git) │ ├── Launcher.bob <--- OPI entry point │ ├── README.md │ ├── deploy │ ├── env.sh │ ├── phoebus_mrf_interface │ ├── ptts │ ├── rp-opi │ ├── settings.ini <--- phoebus initialization (see beamline info i.e https://confluence.infn.it/display/SCS/EPIK8s+Sparc) │ ├── settings_template.ini │ └── start.sh <--- phoebus start (generally works on EPIK8s, Linux and MAC) └── sparc-deploy.yaml |
This structure allows:
...