X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=e95c675d5a8e7c241610e2aa873d2c0b996af9a4;hb=ccd92f7fc3f0a764cd38c13d7b2fcd1674c10fa2;hp=5a9305eb49c5f7504fe79ad19aee58cd7018b472;hpb=31b16970388c81753afd73748f339c011384503d;p=pazpar2-moved-to-github.git diff --git a/README b/README index 5a9305e..e95c675 100644 --- a/README +++ b/README @@ -1,7 +1,6 @@ How to use this: -Usage: pazpar2 -h [listen-host:]listen-port -p host-to-proxy -s targetfile \ - -x normalization-stylesheet +Usage: pazpar2 -f configfile -h [listen-host:]listen-port -p host-to-proxy -s targetfile 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 @@ -31,7 +30,8 @@ Fire up 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 + cp pazpar2.cfg.dist pazpart2.cfg # edit port + proxy + ../src/pazpar2 -f pazpar2.cfg -t testserver.xml Fire up your browser: http://localhost:8000/test1/index.html