- Start by copying the
.env.example
file into a new.env
file:
cp .env.example .env
- Create a private key:
make keys
- Copy the private key contents, with actual newlines replaced by "\n", into the
PRIVATE_KEY
environment variable within the.env
file: This should work on macOS to copy the key contents
cat rsa_private.pem | awk '{printf "%s\\n", $0}' | pbcopy
- Initialize the environment and install dev dependencies:
make init
- Start a development environment:
make dev
- Add group in IM (either through the UI or by using the user script found here
- Update values file or for an individual environment such as prod
- Update the profiles section of the skaffold file to include the group
- Update backup schedule to include the group for either dev or prod