X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=crawler%2Fkiss%2Fdocs%2Fcontent%2Fxdocs%2Findex.xml;h=8db15edda875dc7cf03ddf165892e768012674f3;hb=c3590ad8d7e5f9a580fd3797595a44e638da013c;hp=b33a2f05546a1a0693b064e177e122203652b869;hpb=a85387b4c178520eda0eab2bb25ef743a78d41d8;p=utils diff --git a/crawler/kiss/docs/content/xdocs/index.xml b/crawler/kiss/docs/content/xdocs/index.xml index b33a2f05..8db15edd 100644 --- a/crawler/kiss/docs/content/xdocs/index.xml +++ b/crawler/kiss/docs/content/xdocs/index.xml @@ -250,16 +250,32 @@ http://localhost:8080/wamblee-crawler-kissweb). The screen should show an overview of the last time it ran (if it ran before) as well as a button to run the crawler immediately. Also, the result of the last run can be viewed. The crawler will run - automatically starting at around 19:00 (this is not exactly 19:00), + automatically starting after 19:00, and will retry at 1 hour intervals in case - of failure to retrieve programme information.

+ of failure to retrieve programme information. +

+ +

+ Since the crawler checks the status at + 1 hour intervals it can run for the first time anytime between 19:00 and 20:00. This is done + on purpose since it means that crawlers run by different people will not all start running + simultaneously and is thus more friendly to the KiSS servers.

Source distribution -

With the source code, build everything with ant dist-lite, then locate the - binary distribution in lib/wamblee/crawler/kiss/kiss-crawler-bin.zip. Then - proceed as for the binary distribution.

+

With the source code, build everything with maven2 as follows:

+ + mvn -Dmaven.test.skip=true install + cd crawler + mvn package assembly:assembly + +

+ After this, locate the + binary distribution in the target subdirectory of the crawler + directory. Then + proceed as for the binary distribution.

+