Skip to content

Commit

Permalink
Update download-and-launch.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobonita authored Jun 26, 2024
1 parent ace43d0 commit 9ea695b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/applications/pages/download-and-launch.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
For Subscription editions only.
====

== Pre-requisites
* Docker installed
* Nginx installed


== Create the docker environment

- Create a `docker-compose.yml` file with the content below:
Expand Down Expand Up @@ -175,7 +180,7 @@ Run the following command to launch Bonita UI Builder:
docker compose up -d
----

Then, you can access Bonita UI Builder at `http://localhost`.
Then, you can access Bonita UI Builder at `http://localhost:8090`.

[NOTE]
====
Expand All @@ -189,7 +194,7 @@ To use Bonita UI Builder, a Bonita runtime running on your local machine is requ
Using the provided docker and nginx files above without modification, make sure that the Bonita runtime is accessible at `http://localhost:8080`.

[TIP]
You can change the Bonita runtime port by updating the `docker-compose.yml` file and the `nginx.conf` file.
You can change the Bonita runtime port by a port different than 8080. To do so, change the value `BONITA_API_URL` in the `docker-compose.yml` file and changing the value of `server host.docker.internal` in the `nginx.conf` file.

== Authenticate with the UI Builder

Expand Down

0 comments on commit 9ea695b

Please sign in to comment.