Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(helm-guides): add example app installation #3508

Merged
merged 12 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/self-managed/setup/deploy/amazon/amazon-eks/eks-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ kubectl port-forward services/camunda-keycloak 18080:80
</TabItem>
</Tabs>

### Testing installation with payment example application

To test your installation with the deployment of a sample application, refer to the [installing payment example guide](../../../guides/installing-payment-example.md).

### Advanced topics

The following are some advanced configuration topics to consider for your cluster:
Expand Down
13 changes: 13 additions & 0 deletions docs/self-managed/setup/guides/installing-payment-example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: installing-payment-app-example
title: "Verifying Camunda 8 installation with the payment example process application"
leiicamundi marked this conversation as resolved.
Show resolved Hide resolved
description: "Ensure your installation is functioning properly by learning how to install the payment example process application on Camunda 8 Self-Managed."
---

Interested in installing a test application that works with your Camunda 8 stack? Follow the guide below.

The payment example process application demonstrates a process application with payment processes, forms, and workers. This serves as an excellent starting point for validating the functionality of your Camunda 8 Self-Managed installation.

To install the payment example process application on Kubernetes, follow the instructions detailed in the [Kubernetes Deployment Tutorial](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application/kube/README.md).

For more details about the application, its features, and configuration options, refer to [Camunda 8 Examples: Payment Example Process Application](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application).
4 changes: 4 additions & 0 deletions optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2216,6 +2216,10 @@ module.exports = {
"Multi-namespace deployment",
"self-managed/setup/guides/multi-namespace-deployment/"
),
docsLink(
"Verifying Camunda 8 Installation",
"self-managed/setup/guides/installing-payment-app-example/"
),
],
},
],
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ module.exports = {
"self-managed/setup/guides/air-gapped-installation",
"self-managed/setup/guides/running-custom-connectors",
"self-managed/setup/guides/multi-namespace-deployment",
"self-managed/setup/guides/installing-payment-app-example",
],
},
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: installing-payment-app-example
title: "Verifying Camunda 8 installation with the payment example process application"
description: "Ensure your installation is functioning properly by learning how to install the payment example process application on Camunda 8 Self-Managed."
---

Interested in installing a test application that works with your Camunda 8 stack? Follow the guide below.

The payment example process application demonstrates a process application with payment processes, forms, and workers. This serves as an excellent starting point for validating the functionality of your Camunda 8 Self-Managed installation.

To install the payment example process application on Kubernetes, follow the instructions detailed in the [Kubernetes Deployment Tutorial](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application/kube/README.md).

For more details about the application, its features, and configuration options, refer to [Camunda 8 Examples: Payment Example Process Application](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application).
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ kubectl port-forward services/camunda-keycloak 18080:80
</TabItem>
</Tabs>

### Testing installation with payment example application

To test your installation with the deployment of a sample application, refer to the [installing payment example guide](../../guides/installing-payment-example.md).

### Advanced topics

The following are some advanced configuration topics to consider for your cluster:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ kubectl port-forward services/camunda-keycloak 18080:80
</TabItem>
</Tabs>

### Testing installation with payment example application

To test your installation with the deployment of a sample application, refer to the [installing payment example guide](../../../guides/installing-payment-example.md).

### Advanced topics

The following are some advanced configuration topics to consider for your cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: installing-payment-app-example
title: "Verifying Camunda 8 installation with the payment example process application"
description: "Ensure your installation is functioning properly by learning how to install the payment example process application on Camunda 8 Self-Managed."
---

Interested in installing a test application that works with your Camunda 8 stack? Follow the guide below.

The payment example process application demonstrates a process application with payment processes, forms, and workers. This serves as an excellent starting point for validating the functionality of your Camunda 8 Self-Managed installation.

To install the payment example process application on Kubernetes, follow the instructions detailed in the [Kubernetes Deployment Tutorial](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application/kube/README.md).

For more details about the application, its features, and configuration options, refer to [Camunda 8 Examples: Payment Example Process Application](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application).
3 changes: 2 additions & 1 deletion versioned_sidebars/version-8.4-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,8 @@
"self-managed/platform-deployment/helm-kubernetes/guides/air-gapped-installation",
"self-managed/platform-deployment/helm-kubernetes/guides/aws-marketplace",
"self-managed/platform-deployment/helm-kubernetes/guides/running-custom-connectors",
"self-managed/platform-deployment/helm-kubernetes/guides/multi-namespace-deployment"
"self-managed/platform-deployment/helm-kubernetes/guides/multi-namespace-deployment",
"self-managed/platform-deployment/helm-kubernetes/guides/installing-payment-app-example"
]
},
"self-managed/platform-deployment/troubleshooting"
Expand Down
3 changes: 2 additions & 1 deletion versioned_sidebars/version-8.5-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,8 @@
"self-managed/setup/guides/connect-to-an-oidc-provider",
"self-managed/setup/guides/air-gapped-installation",
"self-managed/setup/guides/running-custom-connectors",
"self-managed/setup/guides/multi-namespace-deployment"
"self-managed/setup/guides/multi-namespace-deployment",
"self-managed/setup/guides/installing-payment-app-example"
]
}
],
Expand Down
Loading