Deploying a Control Plane
A comprehensive 4-week roadmap for setting up your first governed environment using CodeConductor.
1Prerequisites
- AWS or GCP Account with Admin Access
- Docker installed locally
- Node.js v18+
2Install the CLI
First, install the CodeConductor CLI tool globally.
Terminal
$ npm install -g @codeconductor/cli
✔ Installed version 2.4.1
3Initialize Project
Create a new workspace for your control plane.
$ cc init my-control-plane
? Select Provider: AWS
? Select Region: us-east-1
✔ Workspace created successfully
Need help?
Check out our full documentation or join the community discord.