Skip to content

Commit ac7bc45

Browse files
author
simon
committed
update how to run
1 parent 5610856 commit ac7bc45

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

HOW_TO_RUN.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ HOW TO RUN
88
3. Navigate to the extracted 'release' directory:
99
cd release
1010

11-
4. Start the application using Docker Compose:
11+
4. Start the database and application using Docker Compose:
1212
docker-compose up -d
1313

1414
5. Wait a few moments for the services to start.
1515

16-
6. Start API Server
17-
java -jar Library-System-API-<VERSION>.jar
18-
19-
7. Access the application at:
16+
6. Access the application at:
2017
http://localhost:8080
2118

22-
8. To stop the application, run:
19+
7. To stop the application, run:
2320
docker-compose down
2421

2522
---
@@ -34,16 +31,13 @@ ANLEITUNG ZUM STARTEN
3431
3. Wechsle in das entpackte Verzeichnis „release“:
3532
cd release
3633

37-
4. Starte die Anwendung mit Docker Compose:
34+
4. Starte die Datenbank und die Anwendung mit Docker Compose:
3835
docker-compose up -d
3936

4037
5. Warte einige Momente, bis die Dienste gestartet sind.
4138

42-
6. Starte API Server
43-
java -jar Library-System-API-<VERSION>.jar
44-
45-
7. Greife auf die Anwendung zu unter:
39+
6. Greife auf die Anwendung zu unter:
4640
http://localhost:8080
4741

48-
8. Um die Anwendung zu stoppen, führe aus:
42+
7. Um die Anwendung zu stoppen, führe aus:
4943
docker-compose down

0 commit comments

Comments
 (0)