If you are setting up the orchestrator, you will be targeting the local environment.
Clone this repository.
cd to the repository root directory and run:
npm installCopy the config/config.example.json to config/config.local.json.
Use the config/config.js for documentation and further examples.
testerFeedbackComms.medium Long Polling lp is supported in both local and cloud environments. Server Sent Events sse is only supported in the local environment due to AWS limitations. Both lp and sse are real-time. Both implementations have their pros and cons.
See the purpleteam CLI documentation for further details around this value.
Once you have cloned, installed and configured the orchestrator, head back to the local setup documentation to continue setting up the other purpleteam components.