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 2022/12/07 08:31:31 UTC

[GitHub] [apisix] zhendongcmss opened a new issue, #8473: feat: As a user, I want to use RPM to install apisix

zhendongcmss opened a new issue, #8473:
URL: https://github.com/apache/apisix/issues/8473

   ### Description
   
   Before APISIX provider RPM, why doesn't provider it now ?


-- 
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.apache.org

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


Re: [I] feat: As a user, I want to use RPM to install apisix [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1865981575

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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


Re: [I] feat: As a user, I want to use RPM to install apisix [apisix]

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 closed issue #8473: feat: As a user, I want to use RPM to install apisix
URL: https://github.com/apache/apisix/issues/8473


-- 
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] tzssangglass commented on issue #8473: feat: As a user, I want to use RPM to install apisix

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1340948417

   we support rpm, https://apisix.apache.org/docs/apisix/installation-guide/
   
   You can't get the rpm?


-- 
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


Re: [I] feat: As a user, I want to use RPM to install apisix [apisix]

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1866178238

   considerer resolved


-- 
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] juzhiyuan commented on issue #8473: feat: As a user, I want to use RPM to install apisix

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1371824918

   > If i want to use apisix's http to dubbo protocol in a non-Docker environment, Do I have to compile openRestry to add dubbo_model and apisix is then compiled from the openRestry again ?
   
   Hi @bzp2010 👋 Take Dubbo as an example, if we want to use it, I have thought two ways:
   
   1. Use APISIX Base in bare metal, and compile it to APISIX.
   2. Use docker
   
   If using RPM, how to use Dubbo then? Can you please give some hints?


-- 
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] tzssangglass commented on issue #8473: feat: As a user, I want to use RPM to install apisix

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1342516862

   > Why we doesn't attach the RPM on Github release ?
   
   Github is not the official release channel. Apache's release rules also do not require the release of binaries.
   
   Previously we uploaded rpm file on Github Release, but the process was cumbersome. So now our rpm's are built and released via CI under the apisix-build-tools project.
   
   This change is simply not releasing the rpm file on Github Release, you can still install the APISIX rpm as described in the documentation.


-- 
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] zhendongcmss commented on issue #8473: feat: As a user, I want to use RPM to install apisix

Posted by GitBox <gi...@apache.org>.
zhendongcmss commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1342238063

   Why we doesn't attach the RPM on Github release ?


-- 
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] love52 commented on issue #8473: feat: As a user, I want to use RPM to install apisix

Posted by GitBox <gi...@apache.org>.
love52 commented on issue #8473:
URL: https://github.com/apache/apisix/issues/8473#issuecomment-1367125968

   If rpm installation is used, dubbo proxy cannot be used?
   
   OR,
   If you want to use apisix's http to dubbo protocol in a non-Docker environment,   Do I have to compile openRestry to add dubbo_model and apisix is then compiled from the openRestry again ?


-- 
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