Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 01ca3f2

Browse files
authored
Update README.md
1 parent d80e9c2 commit 01ca3f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
If you want to build and run locally, ensure that at least Java 11 is installed. Then, follow these steps:
2323

2424
1. Clone this repository.
25-
2. Execute `cd IDS-AppStore`, `chmod +x mvnw` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
26-
3. Navigate to `/target` and run `java -jar ids-appstore-{VERSION}.jar`.
27-
4. If everything worked fine, the application is available at https://localhost:8080/. The API can
25+
2. Create the Data folder on the root `cd /` and `mkdir data`
26+
3. Execute `cd IDS-AppStore`, `chmod +x mvnw` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
27+
5. Navigate to `/target` and run `java -jar ids-appstore-{VERSION}.jar`.
28+
6. If everything worked fine, the application is available at https://localhost:8080/. The API can
2829
be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.
2930

3031

0 commit comments

Comments
 (0)