You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/camelk/pages/setup.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
= Page Title
1
+
[#camelk-setup]
2
+
= Setup
2
3
include::_attributes.adoc[]
3
4
4
-
[#camelk-setup]
5
-
== Setup
6
5
7
6
[#install-camel-k]
8
-
=== Install Apache Camel K
7
+
== Install Apache Camel K
9
8
10
9
Download the latest Apache Camel K release from https://github.com/apache/camel-k/releases/latest[here]. Extract the content and add the binary `kamel` to the PATH.
11
10
@@ -71,7 +70,7 @@ In OpenShift, the `kamel install` command will not install Camel K operator in e
71
70
====
72
71
73
72
[#configure-maven-repo]
74
-
=== Configure Camel K to build faster
73
+
== Configure Camel K to build faster
75
74
76
75
Camel K uses https://maven.apache.org[Apache Maven] to build the integration kits and its related containers. The Apache Maven settings for Camel K are stored in a ConfigMap `camel-k-maven-settings` in the {tutorial-namespace} namespace. One of the ways to make the build faster is by using a maven repository manager such as https://www.sonatype.com/nexus-repository-oss[Sonatype Nexus], the repository manager helps in caching the maven artifacts from remote repositories and serves them from local the subsequent times they are asked to be downloaded.
0 commit comments