Skip to content

Commit

Permalink
doc(helm-guides): add example app installation
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 22, 2024
1 parent 4413aa1 commit d566092
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: installing-payment-example
title: "Installing Payment Example Process Application"
description: "Learn how to install the Payment Example Process Application on Camunda 8 Self-Managed."
---

We recommend users interested in installing their first application on Camunda 8 to follow the provided guide.

The Payment Example Process Application provides a demonstration of a process application featuring payment processes, forms, workers, and dummy services. It's 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).


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
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: installing-payment-example
title: "Installing Payment Example Process Application"
description: "Learn how to install the Payment Example Process Application on Camunda 8 Self-Managed."
---

We recommend users interested in installing their first application on Camunda 8 to follow the provided guide.

The Payment Example Process Application provides a demonstration of a process application featuring payment processes, forms, workers, and dummy services. It's 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).


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

0 comments on commit d566092

Please sign in to comment.