/[pgestraier]/trunk/README.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 42 by dpavlin, Sat Sep 10 21:48:46 2005 UTC revision 43 by dpavlin, Sat Sep 10 22:33:36 2005 UTC
# Line 19  software already installed before you tr Line 19  software already installed before you tr
19    
20  =item *  =item *
21    
22  PostgreSQL (tested with version 7.4.8) with development libraries  PostgreSQL (tested with versions 7.4 and 8.0) with development libraries
23    
24  =item *  =item *
25    
26  Hyper Estraier (tested with versions 0.3.9 and 0.3.10)  Hyper Estraier (version 0.5.0 or newer)
27    
28  =back  =back
29    
# Line 45  C<trivia.list.gz> from Internet Movie Da Line 45  C<trivia.list.gz> from Internet Movie Da
45    
46  =item *  =item *
47    
48  database "test" with permissions for current user  PostgreSQL database C<test> with permissions for current user
49    
50    =item *
51    
52    Hyper Estraier node C<trivia> with permissions for C<admin> user.
53    
54  =back  =back
55    
# Line 54  If you have all that, you should be able Line 58  If you have all that, you should be able
58    make    make
59    
60  and see sample results. You will be asked your password once (via sudo) to  and see sample results. You will be asked your password once (via sudo) to
61  install pgest.so shared library in system-wide location so that PostgreSQL  install C<pgest.so> shared library in system-wide location so that PostgreSQL
62  could access it.  could access it.
63    
64  Next, you will have to create test index. You have two options:  Next, you will have to create test index. You have two options:
# Line 79  For this, you will have to install perl Line 83  For this, you will have to install perl
83  L<http://hyperestraier.sourceforge.net/binding/>  L<http://hyperestraier.sourceforge.net/binding/>
84    
85  If you installed bindings as documented in README file, you can use  If you installed bindings as documented in README file, you can use
86  perl binding to create index about three times faster. However, you will  perl binding to create index about three times faster than using C<estcmd>
87  fist need to create node I<trivia> using Hyper Estraier's administration  (to be fair, I must say that creation of intermediate files take most time,
88  interface at L<http://localhost:1978/masterui>. You will also need user  not indexing).
89  C<admin> with password C<admin> because those values are hard-coded in  
90  C<indexer.pl>. If you want to use different user on index name, feel  However, you will first need to create node I<trivia> using Hyper Estraier's
91  free to change script.  administration interface at L<http://localhost:1978/masterui>. You will also
92    need user C<admin> with password C<admin> because those values are
93    hard-coded in C<indexer.pl>. If you want to use different user on index
94    name, feel free to change script.
95    
96    cd data    cd data
97    make perl    make perl

Legend:
Removed from v.42  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.26