2.2. Installation Guide

Cyclone requires specific software and hardware. Before installing, ensure your system meets or exceeds the following requirements:

2.2.1. Installation Instructions

Example 2-1. Example Cyclone Installation

[user@titan /tmp]$ wget http://downloads.highwinds-software.com/downloads/binaries/i686-Linux.cyclone-v2.1.0.234.tgz (1)
--09:39:55--  http://downloads.highwinds-software.com/downloads/binaries/i686-Linux.cyclone-v2.1.0.234.tgz
           => `i686-Linux.cyclone-v2.1.0.234.tgz'
Connecting to downloads.highwinds-software.com:80... connected!
HTTP request sent, awaiting response... 200 OK
.....
09:40:46 (59.23 KB/s) - `i686-Linux.cyclone-v2.1.0.234.tgz' saved [3073513/3073513]

[user@titan /tmp]$ tar ztf i686-Linux.cyclone-v2.1.0.234.tgz (2)
cyclone/
cyclone/CHANGES
cyclone/LICENSE
cyclone/README
cyclone/bin/
cyclone/bin/checkpoint
cyclone/bin/cycloned
cyclone/bin/cycloned_uni
cyclone/bin/reload
cyclone/bin/resolver
cyclone/bin/restart
cyclone/bin/start
cyclone/bin/start.conf-EXAMPLE
cyclone/bin/statsnow
cyclone/bin/stop
cyclone/bin/validate
cyclone/bin/wrapper
cyclone/cgi-bin/
cyclone/cgi-bin/allowed.conf-EXAMPLE
cyclone/cgi-bin/footer.html
cyclone/cgi-bin/header.html
cyclone/cgi-bin/menu.conf-EXAMPLE
cyclone/control/
cyclone/cyclone.conf-EXAMPLE
cyclone/etc/
cyclone/etc/README.stats
cyclone/etc/sample_filter.pl
cyclone/feeds.conf-EXAMPLE
cyclone/log/
cyclone/spool/
cyclone/tools/
cyclone/tools/nntpTime
cyclone/tools/historyTool
cyclone/tools/quick.pl
cyclone/tools/summarize.pl
cyclone/tools/log-report.pl
cyclone/tools/filterapi.tar

[user@titan /tmp]$ cd /usr/local (3)

[user@titan local]$ sudo tar xzf /tmp/i686-Linux.cyclone-v2.1.0.234.tgz (4)
Password:

[user@titan local]$ ls -al | grep cyclone 
drwxr-xr-x    9 2000     2000         4096 Dec 24 02:16 cyclone

[user@titan local]$ sudo chown -R news:news cyclone/ (5)

[user@titan local]$ ls -al | grep cyclone
drwxr-xr-x    9 news     news         4096 Dec 24 02:16 cyclone

[user@titan local]$ cd cyclone/ (6)
(1)
Download the latest Cyclone package.
(2)
Check the contents of the downloaded distribution.
(3)
Chose a directory to install Cyclone
(4)
Unpack the distribution.
(5)
Recursively change the permission to user news and group news.
(6)
Begin to configure Cyclone

2.2.2. Installation Recommendations