Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 858 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 858 Bytes

OpenAMT Cloud Toolkit

Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production

Clone

Important! Make sure you clone with this repo with the --recursive flag since it uses git submodules.

git clone --recursive https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit.git

Deploy to Azure

Optionally, deploy from AzureCLI using the following commands:

az group create --name openamt --location eastus
az deployment group create --resource-group openamt --template-file azureDeploy.json