X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=693c8011255a62d70933190fc485dd23c7e5e4b3;hb=4b0c3f7b760ec6aaa688c09791b07cfa53d9ec47;hp=2d7d52893c3d9a94dd5d8e5271a973bd9e13132f;hpb=44c3dd1f025c0e941e286d6f78f8ae3fca24a89e;p=pazpar2-moved-to-github.git diff --git a/README b/README index 2d7d528..693c801 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 -f pazpar2.cfg -h 8000 -p localhost:80 -s test.pz + cp pazpar2.cfg.dist pazpart2.cfg # edit port + proxy + ../src/pazpar2 -f pazpar2.cfg -s test.pz Fire up your browser: http://localhost:8000/test1/index.html