Note:
We will copy your existing files in the below location with a .bak
extension and create overwrite the below files
~/.config/rclone/rclone.conf
~/.kube/config
In the below instructions demo
is the environement name. You can change it as per your need. For example - dev
, stage
etc.
Clone the repo
git clone https://github.com/project-sunbird/sunbird-ed-installer.git
Copy the template directory cd terraform/azure && cp -r template demo
Fill the variables in demo/environment.hcl
Fill the variables in demo/global-values.yaml
Run az login --tenant AZURE_TENANT_ID
Run time ./install.sh
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 |
global-values.yaml
Name | Description |
---|---|
domain |
Domain name |
proxy_private_key |
SSL private key |
proxy_certificate |
SSL public key |
cd terraform/<cloud>
cp -rf template dev
cd dev
environment.hcl
and global-values.yaml
filesbash install.sh