chore: Setup-Dateien aus dem Projekt entfernt und durch SharePoint-Links ersetzt

- node-v20.12.1-x64.msi, ChromeSetup.exe, nssm.exe aus dem Repository gelöscht
- README.md ergänzt mit Download-Links für interne Tools via SharePoint
- Projektstruktur und Git-Historie bereinigt
- Version auf 1.1.98 erhöht
This commit is contained in:
ISA
2025-05-19 15:35:04 +02:00
parent 13e176fda8
commit 747841c52a
16 changed files with 24 additions and 205 deletions

View File

@@ -0,0 +1,34 @@
Port 3000 Freigabe ?
node -v v20.12.1
----------------------
Start-Dev.ps1
cd 'C:\inetpub\wwwroot\talas5\nodeMap'
npm run dev
-------------
.env.local
DB_HOST=localhost
--------------
in /config/config.js
10 und 484 entfernen
-------------------
MapComponent.js
URL von onlineTileLayer und offlineTileLayer URL eingeben und Port 3000
"http://localhost:3000/mapTiles/{z}/{x}/{y}.png";
baseurl
const baseUrl = "http://localhost/talas5/devices/";
serverURL
const serverURL = "http://localhost";
------------------
In C:\inetpub\wwwroot\talas5\MessagesMap\MapTypC.aspx
"http://localhost:3000?m=" + encodeURIComponent(mValue) + "&u=" + encodeURIComponent(uValue);
--------------------
In pages/api/[...path].js
target: "http://localhost",