Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified Install/Microsoft/Microsoft.sh
100644 → 100755
Empty file.
33 changes: 33 additions & 0 deletions Install/Microsoft/README.md
Original file line number Diff line number Diff line change
@@ -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=<AKS_cluster_name>
```

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!
2 changes: 1 addition & 1 deletion Next-Steps/Step1/Debugging/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down