Rate This Document
Findability
Accuracy
Completeness
Readability

Installing A-FOT

Download A-FOT code and modify compilation parameters to meet the automatic FDO requirements.

  1. Download A-FOT code from Gitee.
    1
    2
    cd /home
    git clone https://gitee.com/openeuler/A-FOT.git
    

    • If the server cannot connect to the Internet, you can add a proxy to download the A-FOT code.
    • If "SSL certificate problem: self signed certificate in certificate chain" is displayed when the A-FOT code is being downloaded, you can disable SSL verification to resolve this issue.
      1
      git config --global http.sslVerify false
      
    • You can also use the Yum source to install A-FOT. In this method, the default installation path is /usr/bin/.
      1
      yum install A-FOT