davsclaus commented on a change in pull request #1:
URL: https://github.com/apache/camel-k-examples/pull/1#discussion_r411358198



##########
File path: 01-basic/readme.md
##########
@@ -0,0 +1,296 @@
+# Camel K Basic Example
+ 
+![Camel K 
CI](https://github.com/openshift-integration/camel-k-example-basic/workflows/Camel%20K%20CI/badge.svg)

Review comment:
       This url for badge is likely wrong after migrating here

##########
File path: 01-basic/readme.md
##########
@@ -0,0 +1,296 @@
+# Camel K Basic Example
+ 
+![Camel K 
CI](https://github.com/openshift-integration/camel-k-example-basic/workflows/Camel%20K%20CI/badge.svg)
+
+This example demonstrates how to get started with Camel K by showing you some 
of the most important 
+features that you should know before trying to develop more complex examples.
+
+## Before you begin
+
+Make sure you check-out this repository from git and open it with 
[VSCode](https://code.visualstudio.com/).
+
+Instructions are based on [VSCode 
Didact](https://github.com/redhat-developer/vscode-didact), so make sure it's 
installed
+from the VSCode extensions marketplace.
+
+From the VSCode UI, right-click on the `readme.didact.md` file and select 
"Didact: Start Didact tutorial from File". A new Didact tab will be opened in 
VS Code.
+
+Make sure you've opened this readme file with Didact before jumping to the 
next section.
+
+## Preparing the cluster
+
+This example can be run on any OpenShift 4.3+ cluster or a local development 
instance (such as [CRC](https://github.com/code-ready/crc)). Ensure that you 
have a cluster available and login to it using the OpenShift `oc` command line 
tool.

Review comment:
       What about plain Kubernetes?

##########
File path: 01-basic/readme.md
##########
@@ -0,0 +1,296 @@
+# Camel K Basic Example
+ 
+![Camel K 
CI](https://github.com/openshift-integration/camel-k-example-basic/workflows/Camel%20K%20CI/badge.svg)
+
+This example demonstrates how to get started with Camel K by showing you some 
of the most important 
+features that you should know before trying to develop more complex examples.
+
+## Before you begin
+
+Make sure you check-out this repository from git and open it with 
[VSCode](https://code.visualstudio.com/).
+
+Instructions are based on [VSCode 
Didact](https://github.com/redhat-developer/vscode-didact), so make sure it's 
installed
+from the VSCode extensions marketplace.
+
+From the VSCode UI, right-click on the `readme.didact.md` file and select 
"Didact: Start Didact tutorial from File". A new Didact tab will be opened in 
VS Code.
+
+Make sure you've opened this readme file with Didact before jumping to the 
next section.
+
+## Preparing the cluster
+
+This example can be run on any OpenShift 4.3+ cluster or a local development 
instance (such as [CRC](https://github.com/code-ready/crc)). Ensure that you 
have a cluster available and login to it using the OpenShift `oc` command line 
tool.
+
+You need to create a new project named `camel-basic` for running this example. 
This can be done directly from the OpenShift web console or by executing the 
command `oc new-project camel-basic` on a terminal window.
+
+You need to install the Camel K operator in the `camel-basic` project. To do 
so, go to the OpenShift 4.x web console, login with a cluster admin account and 
use the OperatorHub menu item on the left to find and install **"Red Hat 
Integration - Camel K"**. You will be given the option to install it globally 
on the cluster or on a specific namespace.
+If using a specific namespace, make sure you select the `camel-basic` project 
from the dropdown list.
+This completes the installation of the Camel K operator (it may take a couple 
of minutes).
+
+When the operator is installed, from the OpenShift Help menu ("?") at the top 
of the WebConsole, you can access the "Command Line Tools" page, where you can 
download the **"kamel"** CLI, that is required for running this example. The 
CLI must be installed in your system path.
+
+Refer to the **"Red Hat Integration - Camel K"** documentation for a more 
detailed explanation of the installation steps for the operator and the CLI.

Review comment:
       Should be removed or refer to something at apache




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to