Changes between Version 5 and Version 6 of Installation
- Timestamp:
- 11/18/17 23:30:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v5 v6 7 7 Installing from source is made easy with an install script. The steps that need to be taken for this type of installation will be explained below. 8 8 9 1. download the archive, e.g. Vuurmuur-0. 5.73.tar.gz, and store it on your disk10 1. unpack the archive with the command 'gzip -cd Vuurmuur-0. 5.73.tar.gz | tar xvf -'11 1. enter the directory Vuurmuur-0. 5.739 1. download the archive, e.g. Vuurmuur-0.7.tar.gz, and store it on your disk 10 1. unpack the archive with the command 'gzip -cd Vuurmuur-0.7.tar.gz | tar xvf -' 11 1. enter the directory Vuurmuur-0.7 12 12 1. Now run the install script: ./install.sh --install --defaults (this will use the default locations, /etc/vuurmuur for the config, /usr/bin/ for the binaries, /usr/share/vuurmuur for misc files and /var/log/vuurmuur for logs) 13 13 1. After some waiting you should get a success message. … … 16 16 If you run into trouble, make sure to check the installation [wiki:Faq]. 17 17 18 == Installation instructions for installing from Autopackage ==19 20 If you are using the x86 architecture this is an easy installation method. An autopackage (http://www.autopackage.org/) is a distribution independent installer. Installation is very easy!21 22 1. download the package, e.g. Vuurmuur-0.5.73.x86.package23 1. run the package: 'sh Vuurmuur-0.5.73.x86.package'24 1. if you don't have Autopackage installed yet, it will be downloaded automatically (requires internet access)25 1. done!26 27 You can pass the --prefix <path> parameter to the package. This will allow you to select another installation path then the one defined in /etc/autopackage/config. Default is /usr. This will use a config directory of /etc/vuurmuur. If you select another prefix with the --prefix <path> parameter, the config directory will be <path>/etc/vuurmuur, so for /usr/local, the config will be in /usr/local/etc/vuurmuur.28 29 If you run into trouble, make sure to check the installation [wiki:Faq].30 18 31 19 == Installation instructions for specific distributions ==