We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6bf66b + f3181c6 commit d464127Copy full SHA for d464127
docs/user/tutorials/04_create_beamline.rst
@@ -90,6 +90,14 @@ repo in the future.
90
sed -i 's/BLXXI/BL01T/g' $(find * -type f)
91
sed -i 's/blxxi/bl01t/g' $(find * -type f)
92
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
101
#. Add your new repo to your VSCode workspace and take a look at what you
102
have.
103
0 commit comments