Skip to content

Commit a3d7dab

Browse files
committed
Update README for clearer setup and build instructions
Improved step numbering and formatting for service management. Clarified folder structure and build steps. Added guidance on when to use the --build option for local changes.
1 parent cb1b3eb commit a3d7dab

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

example/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Before running the demonstrator, ensure you have installed:
4040
cd AAS.TwinEngine.DataEngine\example
4141
```
4242

43-
2. **Start all services:**
43+
3. **Start all services:**
4444
```bash
4545
docker-compose up -d
4646
```
4747

48-
3. **Access the Web UI:**
48+
4. **Access the Web UI:**
4949
Open your browser and navigate to:
5050
```
5151
http://localhost:8080/aas-ui/
5252
```
5353

54-
4. **Stop all services:**
54+
5. **Stop all services:**
5555
```bash
5656
docker-compose down
5757
```
@@ -75,7 +75,7 @@ git clone https://github.com/AAS-TwinEngine/AAS.TwinEngine.DataEngine.git
7575
git clone https://github.com/AAS-TwinEngine/AAS.TwinEngine.Plugin.DPP.git
7676
```
7777

78-
Your folder structure should look like this:
78+
**Your folder structure should look like this:**
7979

8080
```json
8181
root(TwinEngine)
@@ -91,12 +91,12 @@ root(TwinEngine)
9191

9292
Build and Run
9393

94-
1) **Navigate to the example folder of the DataEngine repository:**
94+
1. **Navigate to the example folder of the DataEngine repository:**
9595
```bash
9696
cd AAS.TwinEngine.DataEngine/example
9797
```
9898

99-
2) **Build and start all services:**
99+
2. **Build and start all services:**
100100
```bash
101101
docker compose up -d --build
102102
```
@@ -108,6 +108,7 @@ This command will:
108108
- Start all services using freshly built images
109109

110110
#### When to Use --build
111+
111112
Use the build option when:
112113

113114
- You have modified DataEngine source code

0 commit comments

Comments
 (0)