Skip to content

Commit e13a752

Browse files
Merge pull request #114 from domhanak/SRVLOGIC-261-hotfix
SRVLOGIC-261-hotfix: Include workflow plugin binary download install
2 parents 87a954d + f74af4e commit e13a752

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ asciidoc:
106106
open_api_spec_url: https://spec.openapis.org/oas/v3.1.0.html
107107
open_api_swagger_spec_url: https://swagger.io/docs/specification
108108
quarkus_openapi_gen_url: https://github.com/quarkiverse/quarkus-openapi-generator
109-
kie_tools_releases_page_url: https://github.com/apache/incubator-kie-tools/releases
109+
kn_workflow_plugin_releases_url: https://developers.redhat.com/content-gateway/rest/mirror/pub/cgw/serverless-logic/1.33.0/
110110
quarkus_guides_base_url: https://quarkus.io/guides
111111
quarkus_guides_kafka_url: https://quarkus.io/guides/kafka
112112
quarkus_guides_building_native: https://quarkus.io/guides/building-native-image

modules/serverless-logic/pages/cloud/operator/install-kn-workflow-cli.adoc

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,36 @@
77

88
*Prerequisites*
99

10-
* You have first installed the link:{kn_cli_install_url}[Knative CLI].
10+
* You have first installed the link:{kn_cli_install_url}[Knative CLI].
11+
* link:{docker_install_url}[Docker] or {podman_install_url}[Podman] is installed.
12+
13+
[proc-install-sw-plugin-kn-cli]]
14+
== Installing the {product_name} plug-in for Knative CLI
15+
16+
You can use the {product_name} plug-in to set up your local workflow project quickly using Knative CLI.
17+
18+
.Procedure
19+
. Download the latest binary file, suitable for your environment, from the link:{kn_workflow_plugin_releases_url}[download] page.
20+
. Install the `kn workflow` command as a plug-in of the Knative CLI using the following steps:
21+
+
22+
--
23+
.. Rename the downloaded binary as follows:
24+
+
25+
`mv kn-workflow-linux-amd64 kn-workflow`
26+
+
27+
.. Make the binary file executable as follows:
28+
+
29+
`chmod +x kn-workflow`
30+
+
31+
[WARNING]
32+
====
33+
On Mac, some systems might block the application to run due to Apple enforcing policies. To fix this problem, check the *Security & Privacy* section in the *System Preferences* -> *General* tab to approve the application to run. For more information, see link:{apple_support_url}[Apple support article: Open a Mac app from an unidentified developer].
34+
====
35+
.. Copy the `kn-workflow` binary file to `/usr/local/bin`.
36+
.. Run the following command to verify that `kn-workflow` plug-in is installed successfully:
37+
+
38+
`kn plugin list`
39+
--
1140

1241
== Installing the Knative Workflow Plugin using the artifacts image
1342

0 commit comments

Comments
 (0)