You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/31 17:10:51 UTC

[GitHub] [apisix] imjoey opened a new pull request #5384: docs: Update RPM installation guide for apisix 2.10.1

imjoey opened a new pull request #5384:
URL: https://github.com/apache/apisix/pull/5384


   Signed-off-by: imjoey <ma...@apache.org>
   
   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   <!--- If it fixes an open issue, please link to the issue here. -->
   
   Along with the release of apisix 2.10.1, the relevant rpm artifact for el7 has also been supported. This PR is going to update the installation guide for the new rpm.
   
   ### Pre-submission checklist:
   
   * [x] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [x] Have you modified the corresponding document?
   * [x] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #5384: docs: Update RPM installation guide for apisix 2.10.1

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #5384:
URL: https://github.com/apache/apisix/pull/5384#discussion_r739903787



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -59,7 +61,7 @@ This installation method is suitable for CentOS 7, please run the following comm
 sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/apisix-2.10.1-0.el7.x86_64.rpm

Review comment:
       Can we only keep the installation from our rpm repo? There is no need to submit the rpm to GitHub anymore.

##########
File path: docs/en/latest/how-to-build.md
##########
@@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix 2.10.1-0.el7 package

Review comment:
       We can hide the version of apisix? Otherwise, we need to update it each time after the release.

##########
File path: docs/en/latest/how-to-build.md
##########
@@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix 2.10.1-0.el7 package
 sudo yum info -y apisix
+
+# Will show the apisix 2.10.1-0.el7 and 2.10.0-0.el7 packages
 sudo yum --showduplicates list apisix
 
-# Will install apisix-2.10.0
+# Will install apisix-2.10.1

Review comment:
       Ditto




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] imjoey commented on a change in pull request #5384: docs: Update RPM installation guide for apisix 2.10.1

Posted by GitBox <gi...@apache.org>.
imjoey commented on a change in pull request #5384:
URL: https://github.com/apache/apisix/pull/5384#discussion_r739905993



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -59,7 +61,7 @@ This installation method is suitable for CentOS 7, please run the following comm
 sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/apisix-2.10.1-0.el7.x86_64.rpm

Review comment:
       @spacewander agreed. Done. Thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander merged pull request #5384: docs: Update RPM installation guide for apisix 2.10.1

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #5384:
URL: https://github.com/apache/apisix/pull/5384


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] imjoey commented on a change in pull request #5384: docs: Update RPM installation guide for apisix 2.10.1

Posted by GitBox <gi...@apache.org>.
imjoey commented on a change in pull request #5384:
URL: https://github.com/apache/apisix/pull/5384#discussion_r739905920



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix 2.10.1-0.el7 package

Review comment:
       > We can hide the version of apisix? Otherwise, we need to update it each time after the release.
   
   @spacewander good catch. Done. Thanks.

##########
File path: docs/en/latest/how-to-build.md
##########
@@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix 2.10.1-0.el7 package
 sudo yum info -y apisix
+
+# Will show the apisix 2.10.1-0.el7 and 2.10.0-0.el7 packages
 sudo yum --showduplicates list apisix
 
-# Will install apisix-2.10.0
+# Will install apisix-2.10.1

Review comment:
       @spacewander good catch. Done. Thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org