Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8f041b0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8f041b0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d8f041b0 Branch: refs/heads/master Commit: d8f041b065121ddbd9771a576b79bae904a29e69 Parents: ff42c8d Author: Claus Ibsen <[email protected]> Authored: Fri Dec 16 12:51:40 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Dec 16 12:52:00 2016 +0100 ---------------------------------------------------------------------- .../main/resources/archetype-resources/ReadMe.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d8f041b0/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt index 9924764..335f5bf 100644 --- a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt +++ b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt @@ -5,23 +5,19 @@ To build this project run mvn install -To deploy this project in Apache Karaf (2.4.x) +To deploy this project in Apache Karaf - On Karaf command line: +On Karaf command line: - # Add Camel feature repository - features:chooseurl camel ${camel-version} - - # Install camel-scr feature - features:install camel-scr - - # Install and start your bundle + feature:repo-add camel ${camel-version} + feature:install camel-scr osgi:install -s mvn:${groupId}/${artifactId}/${version} - # See how it's running +See how it's running + log:tail - Press ctrl-c to stop watching the log. +Press `ctrl-c` to stop watching the log. For more help see the Apache Camel documentation
