X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=README;h=5a9305eb49c5f7504fe79ad19aee58cd7018b472;hb=31b16970388c81753afd73748f339c011384503d;hp=32e79b6714e11144b0a38569899dc3103fbc97c4;hpb=8c58a0f7303b074db0859f83268503cae22a0089;p=pazpar2-moved-to-github.git diff --git a/README b/README index 32e79b6..5a9305e 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ How to use this: -Usage: pazpar2 -h listen-port -p host-to-proxy -s targetfile +Usage: pazpar2 -h [listen-host:]listen-port -p host-to-proxy -s targetfile \ + -x normalization-stylesheet The host-to-proxy is the webserver where the user interface script lives. It is used both for domain-name lookup and the contents of @@ -18,3 +19,19 @@ slow.pz: Single target, localhost:9999/Slow -- triggers a slow bibs.pz: A small set of serious catalogs in the US and Canada. many.pz: Obscenely many catalogs. + +Example: + +Testing against ztest with Apache running on localhost port 80, pazpar +running on 8000. DocumentRoot in /var/www. + +Fire up yaz-ztest + yaz-ztest + +Fire up pazpar2 + sudo cp -a www/* /var/www + cd etc + ../src/pazpar2 -h 8000 -p localhost:80 -s test.pz -x marc21.xsl + +Fire up your browser: + http://localhost:8000/test1/index.html