Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 361 Bytes

provision.md

File metadata and controls

11 lines (9 loc) · 361 Bytes
  1. Replace with your project name and billing account:

    LC_CTYPE=C && find ./src/ -type f -exec sed -i '' 's/\[PROJECT_ID\]/your_project_id/g' {} \;
    LC_CTYPE=C && find ./src/ -type f -exec sed -i '' 's/\[BILLING_ACCOUNT\]/your_billing_account/g' {} \;
  2. Initialize project and cluster:

    bash src/provision.sh