You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/29 10:09:46 UTC

[camel-k-examples] 09/45: Add online version of the quickstart

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 8bbf8e73543d06287d0c979f1cd70803978a8704
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Tue Apr 21 15:35:38 2020 +0200

    Add online version of the quickstart
---
 01-basic/readme.didact.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/01-basic/readme.didact.md b/01-basic/readme.didact.md
index 92667b1..b41313a 100644
--- a/01-basic/readme.didact.md
+++ b/01-basic/readme.didact.md
@@ -5,6 +5,14 @@ features that you should know before trying to develop more complex examples.
 
 You can find more information about Apache Camel and Apache Camel K on the [official Camel website](https://camel.apache.org).
 
+## Available online
+
+If you don't want to setup your own Kubernetes cluster or your IDE and you just want to get started quickly, this example is also available online in the following places:
+
+- [Camel K Basic Example at learn.openshift.com](https://learn.openshift.com/middleware/courses/middleware-camelk/camel-k-basic).
+
+You don't need to follow the remainder of this readme if you choose to follow the online version.
+
 ## Before you begin
 
 Read the general instructions in the [root README.md file](../README.md) for setting up your environment and the Kubernetes cluster before looking at this example.