Skip to content
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

image

3. Start changedetection.io from the command line

Simply run changedetection.py

image

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

Future

  • Please someone add a recipe how to make this into a nice "windows service" that's started correctly at boot time
Clone this wiki locally