Jelajahi Sumber

webservice als Windows-Dienst

Reisacher C7 1 tahun lalu
induk
melakukan
849e4067fb
6 mengubah file dengan 16 tambahan dan 1 penghapusan
  1. 5 0
      batch/install_service.bat
  2. TEMPAT SAMPAH
      batch/nssm.exe
  3. 4 0
      batch/python.bat
  4. 4 0
      batch/webserver.bat
  5. 2 0
      main.py
  6. 1 1
      uwsgi.ini

+ 5 - 0
batch/install_service.bat

@@ -0,0 +1,5 @@
+@echo off
+cd /d %~dp0
+nssm.exe install "Planner Webservice" "%~dp0webserver.bat"
+net start "Planner Webservice"
+pause

TEMPAT SAMPAH
batch/nssm.exe


+ 4 - 0
batch/python.bat

@@ -0,0 +1,4 @@
+@echo off
+echo Starte %1...
+D:\GAPS_BMW\Portal\Tasks\python\python.exe %1 %2 %3 %4
+echo %1 ausgefuehrt.

+ 4 - 0
batch/webserver.bat

@@ -0,0 +1,4 @@
+@echo off
+cd /d %~dp0..
+call batch\python.bat main.py
+pause

+ 2 - 0
main.py

@@ -9,6 +9,8 @@ app.register_blueprint(file_io.bp)
 
 
 @app.route('/')
+@app.route('/login', methods=['GET'])
+@app.route('/select', methods=['GET'])
 @app.route('/static/login')
 @app.route('/static/select')
 def home():

+ 1 - 1
uwsgi.ini

@@ -2,6 +2,6 @@
 module = main
 callable = app
 master = true
-touch-reload = /app/uwsgi.ini
+touch-reload = /uwsgi.ini
 # debug = true