Installing the Siege
- Git is required for downloading the Siege. If Git is not installed, you need to install it.
1yum install git
- Download the source code.
1 2
git config --global http.sslVerify false git clone https://github.com/JoeDog/siege.git
- Set permissions.
1 2 3
cd siege chmod 755 ./utils/* sh utils/bootstrap
- Perform compilation and installation.
1 2 3
./configure make make install
Parent topic: Verification Test