File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ An important principal of the approach presented here is that an IOC container
46
46
image represents a 'Generic' IOC. The Generic IOC image is used for all
47
47
IOC instances that connect to a given class of device. For example the
48
48
Generic IOC image here:
49
- `ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2023.10.1
49
+ `ghcr.io/epics-containers/ioc-adaravis-linux-runtime:2023.10.2
50
50
<https://github.com/epics-containers/ioc-adaravis/pkgs/container/ioc-adaravis-linux-runtime> `_
51
51
uses the AreaDetector driver ADAravis to connect to GigE cameras.
52
52
Original file line number Diff line number Diff line change @@ -109,15 +109,13 @@ used in previous tutorials. Let's go and fetch a version of the Generic IOC
109
109
source and build it locally.
110
110
111
111
For the purposes of this tutorial we will place the source in a folder right
112
- next to your test beamline ``bl01t `` folder. We will also be getting a
113
- specific version of the Generic IOC source so that future changes don't break
114
- this tutorial:
112
+ next to your test beamline ``bl01t ``:
115
113
116
114
.. code-block :: bash
117
115
118
116
# starting from folder bl01t so that the clone is next to bl01t
119
117
cd ..
120
- git clone --recursive [email protected] :epics-containers/ioc-adsimdetector.git -b 2023.11.1
118
+ git clone --recursive [email protected] :epics-containers/ioc-adsimdetector.git
121
119
cd ioc-adsimdetector
122
120
ec dev build
123
121
@@ -162,6 +160,17 @@ You should now be *inside* the container. All terminals started in VSCode will
162
160
be inside the container. Every file that you open with the VSCode editor
163
161
will be inside the container.
164
162
163
+ .. note ::
164
+
165
+ Troubleshooting: if you are experiencing problems with the devcontainer you
166
+ can try resetting your vscode and vscode server caches on your host machine.
167
+ To do this, exit vscode use the following command and restart vscode:
168
+
169
+ .. code-block :: bash
170
+
171
+ rm -rf ~ /.vscode/* ~ /.vscode-server/*
172
+
173
+
165
174
There are some caveats because some folders are mounted from the host file
166
175
system. For example, the ``ioc-adsimdetector `` project folder
167
176
is mounted into the container as a volume. It is mounted under
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RTEMS - Deploying an Example IOC
3
3
4
4
.. Warning ::
5
5
6
- This tutorial is out of date and will be updated in November 2023.
6
+ This tutorial is out of date and will be updated in December 2023.
7
7
8
8
The previous tutorials walked through how to create a Generic linux soft
9
9
IOC and how to deploy an IOC instance using that Generic IOC.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RTEMS - Creating a File Server
3
3
4
4
.. Warning ::
5
5
6
- This tutorial is out of date and will be updated in November 2023.
6
+ This tutorial is out of date and will be updated in December 2023.
7
7
8
8
Introduction
9
9
------------
You can’t perform that action at this time.
0 commit comments