kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated Microsoft Windows (markdown)
rodzic
88a0f0232f
commit
ada3ab562c
|
@ -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
|
|||
|
||||

|
||||
|
||||
|
||||
# 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
|
||||
|
|
Ładowanie…
Reference in New Issue