2003-04-04 10:39:23 +08:00
|
|
|
<sect2>
|
2003-09-27 02:58:36 +08:00
|
|
|
<title>Installation of <application>Tripwire</application></title>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-10-08 12:18:56 +08:00
|
|
|
<para>Compile <application>Tripwire</application> by running the following
|
2003-09-13 23:01:40 +08:00
|
|
|
commands:</para>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-10-08 12:18:56 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../tripwire-&tripwire-version;-gcc3-build-fixes.patch &&
|
2003-04-04 10:39:23 +08:00
|
|
|
cd src &&
|
2003-10-08 12:18:56 +08:00
|
|
|
make release &&
|
2003-04-24 02:06:21 +08:00
|
|
|
cd .. &&
|
2003-10-08 12:18:56 +08:00
|
|
|
cp install/install.{sh,cfg} .</command></userinput></screen>
|
|
|
|
|
2004-02-22 11:07:48 +08:00
|
|
|
<para>The default configuration is to use a local MTA. If you don't have
|
|
|
|
a MTA installed and have no wish to install one, modify the
|
|
|
|
<filename>install.cfg</filename> to use an SMTP server instead.
|
|
|
|
Install <application>Tripwire</application> by running the following
|
2003-10-08 12:18:56 +08:00
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./install.sh &&
|
2003-04-04 10:39:23 +08:00
|
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
2003-09-13 23:01:40 +08:00
|
|
|
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
|
2003-04-24 02:06:21 +08:00
|
|
|
|
2003-04-04 10:39:23 +08:00
|
|
|
</sect2>
|
|
|
|
|