Commit 6614e613 authored by Boxiang Sun's avatar Boxiang Sun

erp5_slapos_tutorial: slapos-Tutorial.Install.Slapos.Node.Comp.123.html

parent afff0b39
......@@ -86,23 +86,22 @@ tags --><!-- replaces:
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Services")]</td>
<td>//a[contains(text(), &quot;Services&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), "Services")]</td>
<td>//a[contains(text(), &quot;Services&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Add")]</td>
<td>//a[contains(text(), &quot;Add&quot;)]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test>
</section>
</test></section>
<section>
<h1>Create New Res6st Token Instance</h1>
......@@ -115,28 +114,27 @@ tags --><!-- replaces:
<tbody>
<tr>
<td>click</td>
<td>//a[contains(text(), "Add")]</td>
<td>//a[contains(text(), &quot;Add&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Frontend")]</td>
<td>//a[contains(text(), &quot;Frontend&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Re6st")]</td>
<td>//a[contains(text(), &quot;Re6st&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), "Re6st")]</td>
<td>//a[contains(text(), &quot;Re6st&quot;)]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test>
</section>
</test></section>
<section>
<h1>Select Re6st Service Version</h1>
......@@ -149,28 +147,22 @@ tags --><!-- replaces:
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//label[contains(text(), "Software Release URL")]</td>
<td>//a[contains(text(), &quot;Re6st&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="title")]</td>
<td>FIRST-TOKEN</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="software_type")]</td>
<td>Re6st Token</td>
<td>click</td>
<td>//a[contains(text(), &quot;Re6st&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//button[@name="submit")]</td>
<td></td>
<td>waitForElementPresent</td>
<td>//label[contains(text(), &quot;Software Release URL&quot;)]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test>
</section>
</test></section>
<section>
<h1>Re6st Registry Configuration</h1>
......@@ -182,6 +174,27 @@ tags --><!-- replaces:
<p>Select the <i>Computer</i> on which the Re6st Registry of your SlapOS Master was installed at the bottom of the page, then click <i>Proceed</i> to instantiate the service. You will be forwarded to the list of current services. Refresh the page, it may take a few minute for the node to be instantiated and the token to appear. It is a single use token to connect <b>one</b> other node to the network, meaning that if the installation later fails for some reason, you need to destroy the instance token being created and create a new one.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>type</td>
<td>//input[@name=&quot;title&quot;)]</td>
<td>FIRST-TOKEN</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;software_type&quot;)]</td>
<td>Re6st Token</td>
</tr>
<tr>
<td>click</td>
<td>//button[@name=&quot;submit&quot;)]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test>
</section>
<section>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment