Next Up Previous Contents
Installing from Binaries

2.2 Installing from Binaries

Binary installation is a little more tricky. Percival must be installed in the /usr/local/percival. It expects to find perl and all supporting packages in /usr/local/avalon. Other configurations are not supported at the moment. It is possible to relocate Percival and its supporting packages but you should be prepared to write some scripts.

First, you have to download following tarballs:

I am assuming you have put all tarballs in /tmp. Next step is to open them:

cd /

gunzip -c Percival-Perl.tar.gz | tar -xvf -

gunzip -c Percival-Apache.tar.gz | tar -xvf -

gunzip -c Percival-RRD.tar.gz | tar -xvf -

gunzip -c Percival-Source.tar.gz | tar -xvf -

The last step is to add Percival to OS start up scripts. This is OS dependent. The example of such script is located in /usr/local/percival/bin/lancelotd


Next Up Previous Contents