init windowshost

This commit is contained in:
Thomas Dhome-Casanova
2025-01-29 23:36:38 -08:00
parent b2d6bc5c3e
commit e8882d8484
20 changed files with 3270 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
$scriptFolder = "\\host.lan\Data"
$pythonScriptFile = "$scriptFolder\server\main.py"
$pythonServerPort = 5000
# Start the flask computer use server
Write-Host "Running the server on port $pythonServerPort"
python $pythonScriptFile --port $pythonServerPort