Skip to content

Commit e486a7f

Browse files
committed
fix refs to simdetector versions, add troubleshooting
1 parent c0d5f63 commit e486a7f

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

docs/user/explanations/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An important principal of the approach presented here is that an IOC container
4646
image represents a 'Generic' IOC. The Generic IOC image is used for all
4747
IOC instances that connect to a given class of device. For example the
4848
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
5050
<https://github.com/epics-containers/ioc-adaravis/pkgs/container/ioc-adaravis-linux-runtime>`_
5151
uses the AreaDetector driver ADAravis to connect to GigE cameras.
5252

docs/user/tutorials/dev_container.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,13 @@ used in previous tutorials. Let's go and fetch a version of the Generic IOC
109109
source and build it locally.
110110

111111
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``:
115113

116114
.. code-block:: bash
117115
118116
# starting from folder bl01t so that the clone is next to bl01t
119117
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
121119
cd ioc-adsimdetector
122120
ec dev build
123121
@@ -162,6 +160,17 @@ You should now be *inside* the container. All terminals started in VSCode will
162160
be inside the container. Every file that you open with the VSCode editor
163161
will be inside the container.
164162

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+
165174
There are some caveats because some folders are mounted from the host file
166175
system. For example, the ``ioc-adsimdetector`` project folder
167176
is mounted into the container as a volume. It is mounted under

docs/user/tutorials/rtems_ioc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RTEMS - Deploying an Example IOC
33

44
.. Warning::
55

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.
77

88
The previous tutorials walked through how to create a Generic linux soft
99
IOC and how to deploy an IOC instance using that Generic IOC.

docs/user/tutorials/rtems_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RTEMS - Creating a File Server
33

44
.. Warning::
55

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.
77

88
Introduction
99
------------

0 commit comments

Comments
 (0)