diff --git a/Install/Microsoft/Microsoft.sh b/Install/Microsoft/Microsoft.sh old mode 100644 new mode 100755 diff --git a/Install/Microsoft/README.md b/Install/Microsoft/README.md index 6850dee..472b8e2 100644 --- a/Install/Microsoft/README.md +++ b/Install/Microsoft/README.md @@ -1 +1,34 @@ # UNTESTED!!! +# Triggermesh Quick Start + +Quickly install Triggermesh on a fresh AKS cluster for development and testing purposes, and then get up to speed with a step-by-step introduction to the individual Triggermesh components. + + + +## Microsoft ! OK TESTED +### Prerequisites + +- Microsoft Azure Aks cluster. + +### Install Triggermesh +Clone or download this repository. + +- switch kubectl context to Aks cluster +```cmd +kubectl config set-context --current --namespace= +``` + +Open a terminal within the `./Install/Microsoft` folder. + +Run the following: +```cmd +./Microsoft.sh +``` + +**Note** you may need to run `chmod +x ./Microsoft.sh` before executing. + +## Next steps. + +Check out the `./Next-Steps` dirctory for a structured introduction to Triggermesh components. + +Or, if you are a Kubernetes master, jump right in by checking out the `./Triggermesh-Components` directory and start playing right away! diff --git a/Next-Steps/Step1/Debugging/README.MD b/Next-Steps/Step1/Debugging/README.MD index 8a4df90..bf4a81d 100644 --- a/Next-Steps/Step1/Debugging/README.MD +++ b/Next-Steps/Step1/Debugging/README.MD @@ -38,10 +38,10 @@ Try removing the `PingSource` object and send your own events to Sockeye. This is accomplished in several methods, some of the most popular are: ``` curl -TMDebugger curl pod ... ``` +## TODO add info on curl and curl pod []: # Language: markdown