Skip to content

Commit 6fa71da

Browse files
Create HOW_TO_RUN.txt
1 parent 9b508b0 commit 6fa71da

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

HOW_TO_RUN.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
HOW TO RUN
2+
3+
1. Ensure you have Docker and Docker Compose installed on your machine.
4+
5+
2. Unzip the release bundle:
6+
unzip release-bundle.zip
7+
8+
3. Navigate to the extracted 'release' directory:
9+
cd release
10+
11+
4. Start the application using Docker Compose:
12+
docker-compose up -d
13+
14+
5. Wait a few moments for the services to start.
15+
16+
6. Start API Server
17+
java -jar Library-System-API-<VERSION>.jar
18+
19+
7. Access the application at:
20+
http://localhost:8080
21+
22+
8. To stop the application, run:
23+
docker-compose down
24+
25+
---
26+
27+
ANLEITUNG ZUM STARTEN
28+
29+
1. Stelle sicher, dass Docker und Docker Compose auf deinem Rechner installiert sind.
30+
31+
2. Entpacke das Release-Archiv:
32+
unzip release-bundle.zip
33+
34+
3. Wechsle in das entpackte Verzeichnis „release“:
35+
cd release
36+
37+
4. Starte die Anwendung mit Docker Compose:
38+
docker-compose up -d
39+
40+
5. Warte einige Momente, bis die Dienste gestartet sind.
41+
42+
6. Starte API Server
43+
java -jar Library-System-API-<VERSION>.jar
44+
45+
7. Greife auf die Anwendung zu unter:
46+
http://localhost:8080
47+
48+
8. Um die Anwendung zu stoppen, führe aus:
49+
docker-compose down

0 commit comments

Comments
 (0)