Running timetagger (in venv) as startup service in win10 pro #298
Derf000
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. In WIN10 (pro) install timetagger using venv (python3.9)
Create venv
python -m venv venv
Activate venv
2. Using WinSW to install as service in Win10
Get Latest release of WinSw.exe (v2.11 at this time) (https://github.com/winsw/winsw) and follow instructions "Use WinSW as a bundled tool)
In (admin) console :
To update to a new version :
Activate venv (cf. step 1)
pip install timetagger --upgrade
Modify _config.py to set listening on port 8181 (if need)
Deactivate venv
Win10 service manager : restart
ENJOY
Beta Was this translation helpful? Give feedback.
All reactions