Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 611 Bytes

run.md

File metadata and controls

29 lines (17 loc) · 611 Bytes

Run the Service

The service can be run a standalone microservice or can be embedded into a larger component. This page describes the former.

You may run this service without any further dependency. From your virtual environment, run the following command:

$ chaosplatform-experiment run

You should pass the settings as follows:

$ chaosplatform-experiment run --env-path=.env

Read the settings documentation to know what values can be set.

## Dependencies

The experiment service expects to find the account service via gRPC so it can create accounts.