Skip to content

Commit 5a9562b

Browse files
committed
fix OPI page
1 parent 93cb0ca commit 5a9562b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/how-to/phoebus.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
Phoebus is a Java application that can be used to view operator interfaces.
44

5-
epics-containers will support auto generation of engineering screens for
6-
Phoebus using [PVI](https://github.com/epics-containers/pvi).
7-
This is the initial target for epics-containers GUIs, other OPI
8-
formats may be supported in the future.
5+
epics-containers supports auto generation of engineering screens for Phoebus using [PVI](https://github.com/epics-containers/pvi). This is the initial target for epics-containers GUIs, other OPI formats may be supported in the future.
96

10-
OPI file generation is work in progress and this page will be updated when
11-
it is ready (est Feb 2024).
7+
Auto-generation of engineering screens is now supported in generic IOCs.
8+
9+
See here for an example https://github.com/epics-containers/example-services.

docs/how-to/update_generic_ioc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
This requires that you have copier in your path which you can do by activating a virtual environment and installing it.
44

55
```bash
6+
python3 -m venv venv
7+
source venv/bin/activate
68
pip install copier
79
```
810

9-
Then you can run the following command to update your generic IOC to the latest template, this example for ioc-adaravis.
11+
Then you can run the following commands to update your generic IOC to the latest template, this example for ioc-adaravis.
1012

1113
```bash
12-
git clone ioc-adaravis --recursive
14+
git clone [email protected]:epics-containers/ioc-adaravis --recursive
1315
cd ioc-adaravis
1416
git checkout -b update-template
1517
copier update --trust

0 commit comments

Comments
 (0)