Baby’s First Robot
Intro
The project Baby’s First Robot is a bare bones robot that can be used for testing OpenOrchestrator.
It does a few things when run:
- Sets up a virtual environment and installs dependencies.
- Connects to OpenOrchestrator.
- Creates a log with “Hello World”.
- Creates a log with the arguments passed to the robot.
How to use
1. Get link to Github repository
Go to the repository on Github and get the link to the git repository.
2. Create a single trigger in Orchestrator
- Click “New single trigger”.
- Enter a name for the trigger and process.
- Enter a date and time to run.
- Insert the link to the git repository (make sure it ends with “.git”).
- Check “Is path a Git Repo?”.
- Enter some random arguments.
- Click “Save”
3. Start Scheduler
Start the Scheduler application on the computer where you want the robot to run.
4. Check the results
Go to the “Logs” tab of Orchestrator and see if the robot created some logs.