Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Siege

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