@@ -1,4 +1,11 @@
-# Reisacher Forderungsmanagement 2.0
+# GlobalCube Enterprise Planning, Information & Controlling (gcepic)
+
+Das ultimative Tool für:
+- Forderungsmanagement
+- Offene Aufträge
+- Planung
+- Fahrzeug-Auftragseingang
## Installation
@@ -1,7 +1,7 @@
[project]
-name = "reisacher-forderung"
-version = "0.1.0"
-description = "Reisacher Forderungsmanagement 2.0"
+name = "gcepic"
+version = "0.2.0"
+description = "GlobalCube Enterprise Planning, Information & Controlling"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
@@ -0,0 +1,5 @@
+@echo off
+cd /d %~dp0
+nssm.exe install "GlobalCube EPIC Webservice" "%~dp0webservice.bat"
+net start "GlobalCube EPIC Webservice"
+pause
@@ -0,0 +1,3 @@
+net stop "GlobalCube EPIC Webservice"
@@ -0,0 +1,4 @@
+nssm.exe remove "GlobalCube EPIC Webservice"
+cd %~dp0..
+call .venv\Scripts\activate.bat
+uvicorn app.main:app --reload --host 0.0.0.0 --port 8093
+rem pause