Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling Esrally

  1. Download the Esrally installation package.
    1
    wget https://github.com/elastic/rally/releases/download/1.0.0/esrally-dist-1.0.0.tar.gz
    
  2. Decompress esrally-dist-1.0.0.tar.gz.
    1
    tar -xzf esrally-dist-1.0.0.tar.gz
    
  3. Go to the directory where the Esrally installation package is stored.
    1
    cd esrally-dist-1.0.0
    
  4. Install Esrally.
    1
    2
    3
    4
    yum install python3-devel 
    bash install.sh
    ln -s /usr/local/python3/bin/esrally /usr/bin/esrally
    esrally configure
    

    If the following information is displayed, the installation is successful: