-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Microsoft Windows
dgtlmoon edited this page Mar 23, 2022
·
22 revisions
1. Download and install Python
https://www.python.org/downloads/windows/ always use the official latest stable release (tested with 3.10), this installer comes with "Pip" the package manager, which will make the rest easy.
2. Install changedetection.io using the pip3 command
Open a command box (cmd command from the start-bar) and then pip3 install changedetection.io

3. Start changedetection.io from the command line
Simply run changedetection.py

4. Visit your installation
Now visit http://127.0.0.1:5000
You can specify other commands like -d (different storage path for the data) and -p different network port
- Please someone add a recipe how to make this into a nice "windows service" that's started correctly at boot time