Skip to content
Snippets Groups Projects
Commit 32929f7f authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Add usage instructions in FAQ

parent 28b28d2d
No related branches found
No related tags found
1 merge request!62ICSHWI-7716: Initial help text
Pipeline #93155 passed
......@@ -43,10 +43,16 @@ export function HelpView() {
<h5>What do I need to do before deploying an IOC with this system?</h5>
<ul>
<li>Have an intended host (virtual or physical) which is registered in CSEntry as an IOC host (checkbox during creation).</li>
<li>Have an IOC registered in CCDB.</li>
<li>Have an IOC repository with public visibility in the iocs group on ESS Gitlab.</li>
<li>Have an IOC registered in CCDB.</li>
</ul>
<h5>How do I deploy my IOC?</h5>
You first have to register the IOC in the system, and then you go to deploy a specific version of that IOC to a specific target host.
<h5>Why do I first need to register the IOC, and then deploy (as a separate step)?</h5>
This deployment tool is only a part of the CCDB toolchain. Normally, IOC Factory would create your IOC, but since this is a beta programme that focuses only on deployment, you have the option of deploying non-IOC Factory created IOCs.
<h5>What does the deployment system do? Is there something I need to be aware of?</h5>
The deployment system will set up your host machine to run only the IOCs defined in this tool, and will configure all necessary services to do so. This means that it might interfer with other (already running) processes on the machine, which is why we recommend starting from blank (formatted) machines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment