Skip to content

Commit

Permalink
doc(sm): payment app example updated with new doc structure
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 11, 2024
1 parent c6d24b7 commit 82ade83
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
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

For testing 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"
description: "Ensure that your installation is functioning properly by learning how to install the Payment Example Process Application on Camunda 8 Self-Managed."
---

We recommend users interested in installing a test application that works with their Camunda 8 stack to follow the provided guide.

The Payment Example Process Application demonstrates a process application with payment processes, forms, workers. It 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) provided in the repository.

For more details about the application, its features, and configuration options, refer to the [Camunda 8 Examples: Payment Example Process Application repository](https://github.com/camunda-community-hub/camunda-8-examples/tree/main/payment-example-process-application).
8 changes: 4 additions & 4 deletions optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2216,10 +2216,10 @@ module.exports = {
"Multi-namespace deployment",
"self-managed/setup/guides/multi-namespace-deployment/"
),
docsLink(
"Verifying Camunda 8 Installation",
"self-managed/platform-deployment/helm-kubernetes/guides/installing-payment-app-example/"
),
docsLink(
"Verifying Camunda 8 Installation",
"self-managed/setup/guides/installing-payment-app-example/"
),
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +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/platform-deployment/helm-kubernetes/guides/installing-payment-app-example",
"self-managed/setup/guides/installing-payment-app-example",
],
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ kubectl port-forward services/camunda-keycloak 18080:80

### Testing Installation with Payment Example Application

For testing your installation with the deployment of a sample application, refer to the [Installing Payment Example guide](../../guides/installing-payment-example.md).
For testing your installation with the deployment of a sample application, refer to the [Installing Payment Example guide](../../../guides/installing-payment-example.md).

### Advanced topics

Expand Down

0 comments on commit 82ade83

Please sign in to comment.