X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=archive%2Ftest-server%2Ftest-server.notes;h=4f1a9b8ebdf9bb428eb9424f9bda2ce33d31cf1b;hb=ecc0ec8f7c966c6566128351e46b5e0ba92d17d9;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=2b800a11c8a69735b4e967845d292c068d4565c1;p=ZOOM-Perl-moved-to-github.git diff --git a/archive/test-server/test-server.notes b/archive/test-server/test-server.notes index e69de29..4f1a9b8 100644 --- a/archive/test-server/test-server.notes +++ b/archive/test-server/test-server.notes @@ -0,0 +1,41 @@ +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 z3950.indexdata.com +port 2100, using isam:b and recognising a normal user "user" with +password "frog" and an administrator "admin" with password "fish". + +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 + cd universe/src + cvs -q -d ":pserver:mike@bagel.indexdata.dk:/home/cvsroot" co yaz + cvs -q -d ":pserver:mike@bagel.indexdata.dk:/home/cvsroot" co zebra + cvs -q -d ":pserver:mike@bagel.indexdata.dk:/home/cvsroot" co ZOOM-Perl + cd yaz + ./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 -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 + +On test, two ranges of ports are left open through the firewall: + 2100-2120 are open, meant for Z servers + 8001-8020 are open, meant for web services +We arbitrarily choose port 2118 for this service. +