docs: adding tutorial 1

This commit is contained in:
Blake J. Harnden 2023-06-05 11:11:00 -07:00
parent 01585b6ec5
commit a5727e3355
12 changed files with 764 additions and 0 deletions

View file

@ -0,0 +1,22 @@
## gRPC Python Scripts
You can also run the same steps above, using the provided gRPC script versions of scenarios.
Below are the steps to run and join one of these scenario, then you can continue with
the remaining steps of a given section.
1. Make sure the CORE daemon is running a terminal, if not already
``` shell
sudop core-daemon
```
2. From another terminal run the tutorial python script, which will create a session to join
``` shell
/opt/core/venv/bin/python scenario.py
```
3. In another terminal run the CORE GUI
``` shell
core-gui
```
4. You will be presented with sessions to join, select the one created by the script
<p align="center">
<img src="images/tutorial-common/running-join.png" width="75%">
</p>