我要评分
获取效率
正确性
完整性
易理解

Installing Tengine by Using an RPM Package Obtained from a Mirror Site

Software Version

Whether to Support CentOS 7.6

Whether to Support CentOS 8.1

Whether to Support openEuler 20.03 (LTS-SP1)

Tengine 2.2.2

Yes

No

No

Tengine 2.2.3

Yes

No

No

The binary packages available at the Kunpeng mirror site are compiled and packaged based on the open source code, and do not involve vulnerability or bug fixes.

When using open source software, comply with the applicable license.

  1. Obtain the RPM package of the Tengine.
    1. Download the RPM package using a local browser.

      Download addresses:

    2. Copy the RPM package to the /home directory on the server.

      If the server is connected to the Internet, you can run the wget command on the server to download the RPM package.

      This document uses Tengine 2.2.2 on CentOS 7.6 as an example. For other versions, replace the download link and RPM package name.

      1
      cd /home
      
      1
      wget https://mirrors.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/web/tengine-2.2.2-1.el7_4.ngx.aarch64.rpm  --no-check-certificate
      
  2. Install Tengine.
    1
    rpm -ivh tengine-2.2.2-1.el7_4.ngx.aarch64.rpm
    
  3. View the installation directory.
    1
    ls /usr/local/tengine-nginx
    

  4. View the version.
    1
    /usr/local/tengine-nginx/sbin/nginx -v