diff --git a/modules/applications/pages/download-and-launch.adoc b/modules/applications/pages/download-and-launch.adoc index 980df34a34..aaf2fe5412 100644 --- a/modules/applications/pages/download-and-launch.adoc +++ b/modules/applications/pages/download-and-launch.adoc @@ -6,12 +6,15 @@ For Subscription editions only. ==== +== Pre-requisites +* Docker installed +* Nginx installed + + == Create the docker environment - Create a `docker-compose.yml` file with the content below: -(_To update with the final content_) - .Click to see the docker compose file [%collapsible] ==== @@ -53,8 +56,6 @@ services: - Create a `nginx` configuration file `nginx.conf` with the content below: -(_To update with the final content_) - .Click to see the nginx configuration file [%collapsible] ==== @@ -175,7 +176,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] ==== @@ -189,7 +190,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