You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials have now been updated. Recent changes include:
13
+
14
+
- epics-containers-cli has been renamed to edge-containers-cli. It now supports the deployment of general services as well as IOCs. It still has the entrypoint `ec` but the namespace `ioc` has been dropped and its functions are now in the root (e.g. `ec ioc deploy` is now `ec deploy`).
15
+
- Improved CI for {any}`ec-services-repo`s and generic IOCs repos.
16
+
- copier template based creation of new beamline, accelerator and generic IOC repos.
17
+
- This provides greatly improved ability to adopt updates to the template into your own repositories.
18
+
19
+
All tutorials are now up to date with the latest workflow. The exception is tutorials for the RTEMS platform which are now in active development.
20
+
21
+
22
+
9
23
Materials
10
24
---------
11
25
-[Oxfordshire EPICS Meeting Nov 2023](https://dlsltd-my.sharepoint.com/:p:/g/personal/giles_knap_diamond_ac_uk/Ee7SPC_39blEu4Pilgqul7IBiCi4GM9_cgMzONV2ALHIsw?e=U02gHd)
Copy file name to clipboardExpand all lines: docs/tutorials/support_module.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This tutorial is an early draft and is not yet complete.
6
6
7
7
This is a type 3. change from the list at {any}`ioc-change-types`.
8
8
9
-
In the tutorial on {doc}`/tutorials/generic_ioc`, we created a new Generic IOC container image that wrapped the existing support module `lakeshore340`.
9
+
In the tutorial on {doc}`generic_ioc`, we created a new Generic IOC container image that wrapped the existing support module `lakeshore340`.
10
10
11
11
If you wanted to create a completely new support module then you would use a very similar workflow to the above.
0 commit comments