From a89a4ff0493894c96fdab9f09532b5aa6a0a4f17 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 6 Apr 2024 02:58:12 -0700 Subject: [PATCH] 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)