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

Obtaining the Source Code

  1. Obtain the Dubbo source code.
    1. Create a /home/Dubbo directory.
      mkdir /home/Dubbo
    2. Download the source code from the local browser.

      Download addresses:

    3. Upload the source package to the /home/Dubbo directory on the server.
      If the server is connected to the Internet, run the wget command to download the source code. In the following commands, x.x.x indicates the Dubbo version.
      1
      2
      cd /home/Dubbo
      wget https://github.com/apache/dubbo/archive/dubbo-x.x.x.tar.gz --no-check-certificate
      
  2. Decompress the source package.
    1
    tar xvf dubbo-x.x.x.tar.gz