Skip to content

Commit d464127

Browse files
authored
Merge pull request #23 from epics-containers/dev
add note on shared namespace
2 parents b6bf66b + f3181c6 commit d464127

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/user/tutorials/04_create_beamline.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ repo in the future.
9090
sed -i 's/BLXXI/BL01T/g' $(find * -type f)
9191
sed -i 's/blxxi/bl01t/g' $(find * -type f)
9292
93+
.. note::
94+
95+
If you are sharing the bl01t namespace on a cluster with other users
96+
(e.g. if you are at DLS) then consider changing the name of your IOC
97+
to something unique. To do this rename the folder iocs/bl01t-ea-ioc-01
98+
to your unique name and edit the ``name:`` field at the top of
99+
``Chart.yaml`` to match the folder name.
100+
93101
#. Add your new repo to your VSCode workspace and take a look at what you
94102
have.
95103

0 commit comments

Comments
 (0)