From 0956e5b64b6849a947bef3a7dc7886d488f62a4a Mon Sep 17 00:00:00 2001 From: AmanSarraf Date: Thu, 30 Jun 2022 01:41:54 +0530 Subject: [PATCH 1/2] updates --- Next-Steps/Step1/Debugging/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2fb6c66fa57f78cb76b17548f440311b3d18f786 Mon Sep 17 00:00:00 2001 From: AmanSarraf Date: Sat, 2 Jul 2022 00:04:29 +0530 Subject: [PATCH 2/2] Tested Installation for Microsoft --- Install/Microsoft/Microsoft.sh | 0 Install/Microsoft/README.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) mode change 100644 => 100755 Install/Microsoft/Microsoft.sh 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!