-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
149 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
--- | ||
|
||
## Step 1: Install Camunda 8 Self-Managed | ||
|
||
If you haven't already, follow [this guide](/self-managed/setup/deploy/local/docker-compose.md) to install Camunda 8 Self-Managed locally via Docker Compose: | ||
|
||
1. Use the `docker-compose.yaml` file in [this repository](https://github.com/camunda/camunda-platform). | ||
2. Clone this repo and run `docker compose up -d` in your terminal to start your environment. | ||
|
||
To confirm Camunda 8 Self-Managed is installed, click into Docker Desktop. Here, you will see the `camunda-platform` container. Alternatively, navigate to the different components and log in with the username `demo` and password `demo`. For example, Operate can be accessed at [http://localhost:8081](http://localhost:8081) (as noted under **Port(s)** in the Docker container). Find additional guidance in the repository [README](https://github.com/camunda/camunda-platform?tab=readme-ov-file#using-docker-compose). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
--- | ||
|
||
## Step 1: Install Camunda 8 Self-Managed | ||
|
||
**Starting in 8.6.0-alpha3**, you can install Camunda 8 Self-Managed as an integrated plain Java application. | ||
|
||
For this installation, you must have: | ||
|
||
- JDK 21+ locally installed | ||
- Camunda 8.6.0-alpha3 or later | ||
|
||
Download the [latest release artifact](https://github.com/camunda/camunda/releases), starting with 8.6.0-alpha3. | ||
|
||
Follow README.md to start Camunda and Elasticsearch. | ||
|
||
<!-- (Disclaimer: since the 8.6.0-alpha3 release, you can also start Camunda as an integrated plain old Java application. | ||
Prereq: have JDK 21+ locally installed, use Camunda 8.6.0-alpha3 or later | ||
Download latest release artifact from https://github.com/camunda/camunda/releases (min.: 8.6.0-alpha3) | ||
Follow README.md in the archive to start camunda process, and elasticsearch --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
--- | ||
|
||
## Sign Up | ||
|
||
Visit [camunda.io/signup](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral) and view the **Sign Up** screen: | ||
|
||
![signup](./../img/signup.png) | ||
|
||
### Create an account | ||
|
||
Fill out the form and submit, or sign up using the social sign up buttons like Google or GitHub. | ||
|
||
When you fill out the form, you'll receive a confirmation email. Click on the link to verify your email address. | ||
|
||
If you choose to create an account through the social sign up buttons, you'll be redirected to [Console](/components/console/introduction-to-console.md) directly. | ||
|
||
## Log in to your Camunda 8 account | ||
|
||
Log in with the email address and password you used in the previous form, or use the social login buttons. To access the login site directly, navigate to [camunda.io](https://weblogin.cloud.camunda.io/). | ||
|
||
![login](./../img/login.png) | ||
|
||
After login, select the square-shaped **Camunda components** icon in the upper-left corner, and select Console to view the Console overview page. This is the central place to manage the clusters, diagrams, and forms you want to deploy to Camunda 8. | ||
|
||
![overview-home](./../img/home.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
--- | ||
|
||
## Prerequisites | ||
|
||
Before getting started, ensure you: | ||
|
||
- Can access your preferred code editor or IDE. | ||
- Have Java [installed locally](https://www.java.com/en/download/). Currently, the Spring Initializr supports Java versions 17, 21, and 22. | ||
- Have [Docker Desktop](https://www.docker.com/products/docker-desktop/) installed locally. | ||
- Install [Desktop Modeler](https://camunda.com/download/modeler/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters