Updated Microsoft Windows (markdown)

master
dgtlmoon 2022-03-26 16:13:57 +01:00
rodzic 88a0f0232f
commit ada3ab562c
1 zmienionych plików z 12 dodań i 10 usunięć

@ -2,7 +2,7 @@
You can run the app as a Docker container (using `docker-compose`), a Pip install, or from the source directly. The advantage of using `docker-compose` is that you can easily enable the "Chrome WebDriver", however for most sites the built-in "Plain requests" will work (fetches only the HTML and does not run the sites Javascript)
## Python Pip Install Recipe
## Method 1: Python Pip Install Recipe
**1. Download and install Python**
@ -28,17 +28,19 @@ You should see the user-interface
![image](https://user-images.githubusercontent.com/275001/159666210-6a8878d0-edaf-46a9-8aeb-35a394929688.png)
# WebDriver / Javascript / Chrome support
See here https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver#microsoft-windows
***
You can specify other commands like `-d` (different storage path for the data) and `-p` different network port
### WebDriver / Javascript / Chrome support
If the pages are using JavaScript you will need to drive a chrome browser via changedetection.io - See here https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver#microsoft-windows
## Method 2: Docker & Docker-Composee
[tba]
**Future**
- Please someone add a recipe how to make this into a nice "windows service" that's started correctly at boot time
- Please someone add the docker/docker-compose recipe