doc: README.md

This commit is contained in:
ISA
2025-06-03 09:40:35 +02:00
parent c155efbcfa
commit 6f96c3ec91
2 changed files with 14 additions and 16 deletions

View File

@@ -103,8 +103,6 @@ npm run dev
`http://10.10.0.13/talas5/MessagesMap/mapTypC.aspx?m=12&u=484`
```
````
---
1. **Projekt lokal klonen und bauen:**
@@ -114,7 +112,8 @@ npm run dev
cd nodeMap
npm install
npm run build
````
```
2. **ZIP-Paket vorbereiten (lokal):**
@@ -149,27 +148,26 @@ npm run dev
Beispiel
```
```env
DB_HOST=localhost DB_USER=root DB_PASSWORD="root#$" DB_NAME=talas_v5 DB_PORT=3306
NEXT_PUBLIC_API_PORT_MODE=prod NEXT_PUBLIC_USE_MOCKS=false NEXT_PUBLIC_BASE_PATH=/talas5
```
````
1. **Optional: Dienst registrieren**
6. **Optional: Dienst registrieren**
- Mit `nssm.exe` Windows-Dienst „nodeMapService“ erstellen
- Ziel: `StartNodeApp.bat`
2. **Starten:**
7. **Starten:**
```bash
npm start
````
```
oder Dienst starten
3. **Im Browser testen:**
8. **Im Browser testen:**
```
http://<ip>/talas5/MessagesMap/mapTypC.aspx?m=IdMap&u=IdUser
z.B.

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.223";
export const APP_VERSION = "1.1.224";