Red Hat Content Accelerator 2.2: Reference Manual | ||
---|---|---|
Prev |
This chapter describes how to install Red Hat Content Accelerator.
For optimal performance, create a separate RAID partition as the document root for Red Hat Content Accelerator.
Configure and install the kernel with Red Hat Content Accelerator support built-in, if it has not already been provided with Red Hat Content Accelerator configured.
Install the Red Hat Content Accelerator package with the command rpm -Uvh tux-2.1.0-2.i386.rpm (modify as necessary for new versions...)
Create an index.html file in /var/www/html, the default document root directory.
Start Red Hat Content Accelerator with the command service tux start (or ./tux.init start on Linux systems not running Red Hat Linux), and test the URL http://localhost/ with lynx or any Web browser.
The latest Red Hat Content Accelerator releases can be downloaded from http://people.redhat.com/~mingo/TUX-patches/. To install a TUX patch use the following instructions:
Download the latest Red Hat Content Accelerator patch and userspace utilities from http://people.redhat.com/~mingo/TUX-patches/.
Apply the Red Hat Content Accelerator patch to a vanilla 2.4.2 kernel tree with the command patch -p0 < tux2-full-2.4.2-X6 (where tux2-full-2.4.2-X6 is the Red Hat Content Accelerator kernel patch).
Use make oldconfig to enable Red Hat Content Accelerator in the kernel config, compile it, and boot into the Red Hat Content Accelerator kernel.
Compile and install the userspace utilities, where tux-2.0.25 is the version of Red Hat Content Accelerator you want to install:
tar xzvf tux-2.0.25.tar.gz cd tux-2.0.25 make make install |
Create an index.html file in /var/www/html, the default document root directory.