project-sunbird / sunbird-ed-installer

MIT License
1 stars 21 forks source link

sunbird-ed-installer

Installing sunbird on Azure

Pre-requisites

  1. Domain Name
  2. SSL Certificate(FullChain -> private key and Certificate+CA_Bundle). Fullchain is mandatory, else installation will fail.

Required CLI tools

  1. Azure CLI (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
  2. jq (https://jqlang.github.io/jq/download/)
  3. rclone (https://rclone.org/)
  4. Terraform (https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)
  5. Terragrunt (https://terragrunt.gruntwork.io/docs/getting-started/install/)
  6. Linux / Macos / Gitbash (Windows)
  7. Python 3
  8. PyJwt python package (you can using using pip)
  9. kubectl
  10. helm

Note:

We will copy your existing files in the below location with a .bak extension and create overwrite the below files

Mandatory variables in environment.hcl

Name Description
environment Environment name (between 1 - 9 charcaters). Example: dev, stage
random_string Alphanumeric random string (between 12 - 24) characters. Example: U2PNfwcz6rb9756ZwAwZ

Mandatory variables in global-values.yaml

Name Description
domain Domain name
proxy_private_key SSL private key
proxy_certificate SSL public key

Installation Steps

  1. Create environment folder
cd terraform/<cloud>
cp -rf template dev
cd dev
  1. Update required values in environment.hcl and global-values.yaml files
  2. Run bash install.sh