Skip to content

Commit

Permalink
Merge pull request #114 from domhanak/SRVLOGIC-261-hotfix
Browse files Browse the repository at this point in the history
SRVLOGIC-261-hotfix: Include workflow plugin binary download install
  • Loading branch information
ricardozanini authored Aug 6, 2024
2 parents 87a954d + f74af4e commit e13a752
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ asciidoc:
open_api_spec_url: https://spec.openapis.org/oas/v3.1.0.html
open_api_swagger_spec_url: https://swagger.io/docs/specification
quarkus_openapi_gen_url: https://github.com/quarkiverse/quarkus-openapi-generator
kie_tools_releases_page_url: https://github.com/apache/incubator-kie-tools/releases
kn_workflow_plugin_releases_url: https://developers.redhat.com/content-gateway/rest/mirror/pub/cgw/serverless-logic/1.33.0/
quarkus_guides_base_url: https://quarkus.io/guides
quarkus_guides_kafka_url: https://quarkus.io/guides/kafka
quarkus_guides_building_native: https://quarkus.io/guides/building-native-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,36 @@

*Prerequisites*

* You have first installed the link:{kn_cli_install_url}[Knative CLI].
* You have first installed the link:{kn_cli_install_url}[Knative CLI].
* link:{docker_install_url}[Docker] or {podman_install_url}[Podman] is installed.
[proc-install-sw-plugin-kn-cli]]
== Installing the {product_name} plug-in for Knative CLI

You can use the {product_name} plug-in to set up your local workflow project quickly using Knative CLI.

.Procedure
. Download the latest binary file, suitable for your environment, from the link:{kn_workflow_plugin_releases_url}[download] page.
. Install the `kn workflow` command as a plug-in of the Knative CLI using the following steps:
+
--
.. Rename the downloaded binary as follows:
+
`mv kn-workflow-linux-amd64 kn-workflow`
+
.. Make the binary file executable as follows:
+
`chmod +x kn-workflow`
+
[WARNING]
====
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].
====
.. Copy the `kn-workflow` binary file to `/usr/local/bin`.
.. Run the following command to verify that `kn-workflow` plug-in is installed successfully:
+
`kn plugin list`
--

== Installing the Knative Workflow Plugin using the artifacts image

Expand Down

0 comments on commit e13a752

Please sign in to comment.