From f58ee4a57201389999e1377a513b2bd8c58c0cb5 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Mon, 8 Jul 2024 16:46:37 +0200 Subject: [PATCH] add explanation to remove sample data --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3fbc60..a67b3fb 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,22 @@ additional requirements will be downloaded by and managed maven. #### Deplyment 1. Clone the repository: -``` +```bash git clone https://github.com/your-username/DataDash.git ``` 2. Enter the repo ``` cd datadash ``` +3. Remove sample data(Optional) +remove the ```src/main/resources/data.sql``` to remove the sample data. +*Note:* This will also remove all default Categories. -3. Install Java 22-jdk: +4. Install Java 22-jdk: plese refer to the Instalation instructions for your os -4. Start the application: -``` +5. Start the application: +```bash ./mvnw package ``` this will create the ```.war``` file that you can deploy as you like