Installation
Recommended installation is via git. This makes it easy to update to the latest version in the future.
After installing git, youcan fetch the latest code from GitHub and install:
Initial Installation
cd /usr/local/src/
git clone git://github.com/fukawi2/husk.git
cd husk
make test
make install
Initial Configuration
cp /usr/local/share/doc/husk/doc/rules.conf.standalone /etc/husk/rules.conf
- Edit
husk.conf
- Edit
interfaces.conf
- Edit
rules.conf
- Test compile:
husk
- Compile and activate ruleset:
fire
Updates
cd /usr/local/src/husk/
git pull
make fallback (Optional: creates a backup of current files)
make test
make install