File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,15 @@ HOW TO RUN
883. 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
14145. 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
34313. 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
40375. 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
You can’t perform that action at this time.
0 commit comments