|
|
Installation |
|
|
Debian users:
To install the latest version from this server:
Add the following line to /etc/apt/sources.list:
deb http://www.fiaif.net/dist ./
Then do:
# apt-get update && apt-get install fiaif
To upgrade later, write:
# apt-get update && apt-get upgrade
FIAIF has entered Debian/unstable (Sid).
If you are already running Debian/unstable (Sid),
you may choose not to change any lines in the apt sources, and just
execute the command: apt-get install fiaif. Note that
this version usually a bit older than the current version, but also
a bit more tested.
RPM based systems:
Install/upgrade using rpm:
rpm -Uvh http://www.fiaif.net/dist/fiaif_1.21.1-0.1.noarch.rpm
Other Linux distributions:
Download FIAIF.
Unpack in a temporary directory, and do a:
# make install install-initd
# make install-config # Old configuration files are saved as
.orig,
The operations above install files in /usr/share/fiaif/,
/usr/share/doc/fiaif, /etc/fiaif and
/etc/init.d, and creates symbolic links in
/etc/rc?.d for automatic startup upon boot.
|
|