From e8a0c7892b784394dc4b3f911b8a3b6e7313090b Mon Sep 17 00:00:00 2001 From: Piergiorgio Lucidi Date: Tue, 21 Nov 2023 22:35:42 +0100 Subject: [PATCH] readme updated for including the new run scripts quickstart (#80) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d780b..085f450 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The project consists of the following Maven submodules: ``` -# Quickstart using run scripts (Maven + Docker Compose) +# Quickstart using run scripts Run scripts are provided in order to make easier and faster APS platform development. In order to use both these generated Docker Compose templates you can use the following run scripts: @@ -75,7 +75,7 @@ Docker compose templates are dynamically generated from the Maven poms for each * `target/docker-compose/docker-compose.yml`: deploying Activiti App, Postgres and Elasticsearch * `target/docker-compose/docker-compose-activiti-admin`: deploying Activiti Admin, Activiti App, Postgres and Elasticsearch -# Quickstart using Full Maven Lifecycle (Maven + Docker) +# Quickstart using Full Maven Lifecycle Full Maven lifecycle command: