- Unzip installation file
tar xzvf <install kit file>
For example, to unpack AXIGEN TGZ for the Slackware architecture, type the command below in the directory where the file is located:
tar xzvf axigen-6.1.0.i386.slack.tar.gz
- Installation
installpkg axigen-version.i386-1.tgz
For instance, the corresponding command for the 6.1 AXIGEN version will be:
installpkg axigen-6.1.0-i386-1.tgz
After the installation, no daemons or related applications are started.
- Configuration
- Start AXIGEN
/etc/rc.d/rc.axigen start
In order to start AXIGEN initscript at boot time, you need to add the following line in the /etc/rc.d/rc.local file:
[ -x /etc/rc.d/rc.axigen ] && /etc/rc.d/rc.axigen start
and set the executable bit for the script:
chmod +x /etc/rc.d/rc.axigen










