Setup Verification
In this section, you will learn how to configure your environment to execute create and verifications.
Install Reliably
If you haven’t already, you will first need to install Reliably’s CLI.
Login
Once you install the CLI, make sure you are logged in with:
reliably auth login
Additional information can be found in the Login section.
Install Chaos Toolkit
Reliably relies on the Chaos Toolkit as its engine to encode and execute its verifications.
Chaos Toolkit must be found in the same PATH
as the reliably
CLI. It can
be installed in two ways:
The former is quicker to get setup. The latter will be a good option when you start customizing the verification’s payload generated by Reliably, since it is a Chaos Toolkit experiment.