<p>If you are using a Freefib token, you can jump directly to "<ahref="#install_re6st">Install Re6st</a>" section once you have the token, otherwise follow the steps below to get your re6st token.</p>
</details>
</section>
<test>
<tableclass="test"style="display: none;">
<tbody>
<tr>
<td>open</td>
<td>${base_url}/web_site_module/hostingjs/</td>
<td> </td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Dashboard</td>
<td> </td>
</tr>
</tbody>
</table>
</test></section>
<section>
<h1>List of Instantiated Services</h1>
...
...
@@ -66,6 +81,27 @@ tags --><!-- replaces:
<detailsopen="open">
<p>Head to the list of services by clicking on the <i>Services</i> button on the side menu. The list will show all services currently <b>instantiated</b> (not the software currently installed!). To create an instance of an installed software, click the <i>Add</i> button in the subheader.</p>
</details>
<test>
<tableclass="test"style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Services")]</td>
<td> </td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), "Services")]</td>
<td> </td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), "Add")]</td>
<td> </td>
</tr>
</tbody>
</table>
</test>
</section>
<section>
...
...
@@ -74,6 +110,32 @@ tags --><!-- replaces:
<detailsopen="open">
<p>Select Re6st as this is the service we want to create an instance from.</p>