domhanak commented on code in PR #575:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/575#discussion_r1520135648
##########
serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc:
##########
@@ -0,0 +1,31 @@
+= Environment setup
+
+This guide lists the different ways to set up your environment for
{product_name} development.
+If you are new, start with the basic one.
+
+[[proc-minimal-local-environment-setup]]
+== Minimal local environment setup
+
+* Install https://docs.docker.com/engine/install/[Docker] or
https://podman.io/docs/installation[Podman].
+* Install https://minikube.sigs.k8s.io/docs/start/[minikube] or
https://kind.sigs.k8s.io/docs/user/quick-start/#installation[kind].
+* Install https://kubernetes.io/docs/tasks/tools/[Kubernetes CLI].
+* Install https://knative.dev/docs/install/quickstart-install/[Knative using
quickstart]. This will also setup Knative Serving and Eventing for you and the
cluster should be running.
+* xref:cloud/operator/install-serverless-operator.adoc[]
+* Install
xref:testing-and-troubleshooting/kn-plugin-workflow-overview.adoc[Knative
Workflow CLI].
+* Install https://code.visualstudio.com/[Visual Studio Code] with
https://marketplace.visualstudio.com/items?itemName=kie-group.swf-vscode-extension[our
extension] that simplifies development of workflows by provifing visual aids
and auto-complete features.
+
+
+[[proc-advanced-local-environment-setup]]
+== Advanced local environment setup
+
+* Install https://openjdk.org/[OpenJDK] {java_min_version} and cofigure
`JAVA_HOME` appropriately by adding it to the `PATH`.
+* Install https://maven.apache.org/index.html[Apache Maven]
{maven_min_version}.
+* Install https://quarkus.io/guides/cli-tooling[Quarkus CLI] corresponding to
current {quarkus_platform_version} supported by {product_name}.
+
+== Additional options for local environment setup
+
+* Install https://www.graalvm.org/[GraalVM] {graalvm_min_version}. This will
allow you to create native images of your {product_name} applications.
Review Comment:
placeholder, suggestions welcome,
we should expand here for cases we integrate and have examples
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]