From ec7dd972b6d7475d758bf9681337e532b43c1579 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 6 Apr 2024 02:53:39 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a70808..f98bcd75 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ docker compose up Application will start at http://localhost/c/login. You can login using *test@wisemapping.org* and password *test* -## Option 2: Start FrontEnd and Backend API +## Option 2: Start Frontend and Backend API ### Compile and Start API From 20f730eb36ae83a82c38e7206dbb91d083be4b45 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 6 Apr 2024 02:56:54 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f98bcd75..5f1fc683 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ The following command line will start WiseMapping locally using HSQLDB in memory ``` $ mvn -f wise-api/pom.xml package -$ docker compose build -$ docker compose up +$ docker compose up --build ``` Application will start at http://localhost/c/login. You can login using *test@wisemapping.org* and password *test* From a89a4ff0493894c96fdab9f09532b5aa6a0a4f17 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 6 Apr 2024 02:58:12 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f1fc683..d10eaf8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ WiseMapping is an open-source web-based mind mapping tool that harnesses the potential of Mind Maps by blending together open standards technologies like SVG and React. It is built upon the foundation of the code supporting http://www.wisemapping.com, ensuring reliability and continuity in its development. -# Compile and Development +# Build and Start Application The following section describes the steps to check out, compile, and start WiseMapping locally. If you are interested in deploying it, I recommend using the already published images https://hub.docker.com/r/wisemapping/wisemapping. @@ -52,13 +52,12 @@ Application will start at http://localhost:3000/c/login. You can login using *te # Supportability Matrix -## Supported Databases +## Databases * MySQL v8 or higher * PostgreSQL v15 or higher * Hsqldb v2.7 or higher - # Configuration WiseMapping backend is based on SpringBoot v3 and it's highly customizable. Additional documentation can be found [here](https://docs.spring.io/spring-boot/3.3/reference/features/external-config.html)