From: Adam Dickmeiss Date: Wed, 20 Jun 2007 08:37:10 +0000 (+0000) Subject: Add a little on option -t in test1 example. Make installation X-Git-Tag: PAZPAR2.1.0.0~2 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=717729f05a91d07c5ef29fcc4b8b945e9df19d55;p=pazpar2-moved-to-github.git Add a little on option -t in test1 example. Make installation requirement on a C99 compliant compiler. --- diff --git a/doc/book.xml b/doc/book.xml index 87c2ff4..68c0294 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -9,7 +9,7 @@ %idcommon; ]> - + Pazpar2 - User's Guide and Reference @@ -183,8 +183,8 @@ - In order to compile Pazpar2 an ANSI C compiler is - required. The requirements should be the same as for YAZ. + In order to compile Pazpar2, a C compiler which supports C99 or later + is required.
@@ -240,11 +240,14 @@ ../src/pazpar2 -f pazpar2.cfg -t edu.xml This will start a Pazpar2 listener on port 8004. It will proxy - HTTP requests to localhost - port 80, which we asssume will be the regular + HTTP requests to localhost - port 80, which we assume will be the regular HTTP server on the system. Inspect and modify pazpar2.cfg as needed - if this is to be changed. Make a new console and move to the - other stuff. For installation of Pazpar2 as a daemon, refer to the - manpage of Pazpar2. + if this is to be changed. The -t option specifies the list of targets + to use for searches. + + + Make a new console and move to the other stuff. + For more information about pazpar2 options refer to the manpage.