-
Notifications
You must be signed in to change notification settings - Fork 27
Quickstart
The TES deployer (deploy-tes-on-azure) is available for Linux, macOS, and Windows. It requires Helm to be installed and the Helm binary path specified on the command line. When complete, TES will be available via an https endpoint using a free Let's Encrypt SSL certificate secured with Basic Authentication.
- Install Helm: https://helm.sh/docs/intro/install/
- Download and run the deployer:
deploy-tes-on-azure-linux --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath /usr/local/bin/helm --enableingress true --letsencryptemail [email protected]
deploy-tes-on-azure-win.exe --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath C:\ProgramData\chocolatey\bin\helm.exe --enableingress true --letsencryptemail [email protected]
deploy-tes-on-azure-osx.app --subscriptionid aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee --regionname southcentralus --mainidentifierprefix example --helmbinarypath /usr/local/bin/helm --enableingress true --letsencryptemail [email protected]
To search, expand the Pages section above.