X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=archive%2Ftest-server%2Ftest-server.notes;h=7b5e2b93a869b1b12851893620bd50227d907a90;hb=1d4eb0a13de635d26bb0c54acbd7347177c87a1d;hp=a3ec890f109178c30142996c6d14733cc61bd27e;hpb=2034a5e75f6c9f6addc4557bf1895eef62cb2909;p=ZOOM-Perl-moved-to-github.git diff --git a/archive/test-server/test-server.notes b/archive/test-server/test-server.notes index a3ec890..7b5e2b9 100644 --- a/archive/test-server/test-server.notes +++ b/archive/test-server/test-server.notes @@ -1,14 +1,15 @@ -$Id: test-server.notes,v 1.3 2005-12-14 10:00:54 mike Exp $ +$Id: test-server.notes,v 1.5 2008-09-26 13:38:35 mike Exp $ To run the test-suite, this module needs an up-to-date Zebra server -(as of Tue Dec 13 17:41:05 GMT 2005) running on test.indexdata.com -port 2118, using isam:b and recognising a normal user "user" with +(as of Tue Dec 13 17:41:05 GMT 2005) running on z3950.indexdata.com +port 2100, using isam:b and recognising a normal user "user" with password "frog" and an administrator "admin" with password "fish". -To provide this, I needed to build an up-to-date Zebra in a custom -universe, so as not to interfere with the Debian packages used -elsewhere on test, and to start the server with appropriate -configuration. Here's how I did it: +Long ago, when I first started to provide this, I needed to build an +up-to-date Zebra in a custom universe, so as not to interfere with the +Debian packages used elsewhere on test, and to start the server with +appropriate configuration. Below are notes on how I did it, BUT NONE +OF THIS SHOULD BE NECESSARY ANY MORE. ssh test mkdir -p universe/src @@ -20,14 +21,17 @@ configuration. Here's how I did it: ./buildconf.sh LDFLAGS=-L/home/mike/universe/lib CPPFLAGS=-I/home/mike/universe/include ./configure --prefix=/home/mike/universe make + make check make install cd ../zebra ./buildconf.sh LDFLAGS=-L/home/mike/universe/lib CPPFLAGS=-I/home/mike/universe/include ./configure --prefix=/home/mike/universe make + make check make install cd ../ZOOM-Perl/archive - sudo cp test-server.init /etc/init.d/zoom-perl-server + sudo cp -p test-server.init /etc/init.d/zoom-perl-server + sudo chmod +x /etc/init.d/zoom-perl-server cd /etc/rc2.d sudo ln -s ../init.d/zoom-perl-server S99zoom-perl-server sudo /etc/init.d/zoom-perl-server start