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/11/10 07:02:54 UTC

[GitHub] [apisix] carsonzhan opened a new issue #5472: docs: apisix/docs/en/latest/how-to-build.md

carsonzhan opened a new issue #5472:
URL: https://github.com/apache/apisix/issues/5472


   ### Improved or typo fixed.
   
   The installation tutorial is too complex and not very friendly to newcomers.
   improve:I hope to add a novice video to introduce the installation and deployment process of Apache APISIX.
   
   ### Solution
   
   I hope to add a novice video to introduce the installation and deployment process of Apache APISIX.


-- 
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 edited a comment on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

Posted by GitBox <gi...@apache.org>.
tzssangglass edited a comment on issue #5472:
URL: https://github.com/apache/apisix/issues/5472#issuecomment-969896454


   @lishaoshu1240 this is another issue, pls open new issue or dicsussion to talk about it.BTW, route and upstream related by `upstream_id` on route config.


-- 
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 #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   @carsonzhan Hi, may I know if you install Apache APISIX successfully now? If yes, could you please list all the contents you hesitate? then we could try to improve them. If no, you could reply which step you're pending, then let us help you.


-- 
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 #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   > Tutorial videos had been posted, like email [Getting started with Apache APISIX @YouTube](https://www.mail-archive.com/dev@apisix.apache.org/msg04513.html).
   
   cc @Boburmirzo @navendu-pottekkat @avinal @hf400159 


-- 
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] lishaoshu1240 commented on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   yep, i alse found the  tutorial  is not  friendly for newcomer. 
   
   i have understand the Route function. but i dont kown the difference between  the "Route" and "Upstream".  My understanding was that “Route” function  include "Upstream", beacuse when we config our route by "http://xx:9080/apisix/admin/routes/2", the body have the upstream informations.
   
   In the installion tutorial it alse have the "Upstream" tab, the tutorial dont tell us how to
   associate them  if you split the two function.
   
   tutorial directroy, as follow:
   Description
   Route
   Service
   Consumer
   Upstream
   SSL
   Global Rule
   Plugin Config
   Plugin Metadata
   Plugin
   Stream Route
   
   


-- 
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 #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   this is another issue, pls open new issue or dicsussion to talk about it.BTW, route and upstream related by `upstream_id` on route config.


-- 
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 issue #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   The how-to-build doc needs to be optimized. Actually, if you install APISIX via docker, it is just one line: `docker pull apache/apisix` plus installing etcd. Most of the content is building APISIX from the source, which is only helpful for the developer.
   
   CC @juzhiyuan 


-- 
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] tokers commented on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   > i have understand the Route function. but i dont kown the difference between the "Route" and "Upstream". My understanding was that “Route” function include "Upstream", beacuse when we config our route by "http://xx:9080/apisix/admin/routes/2", the body have the upstream informations.
   
   Maybe the tutorial should have some hyperlinks for these core concepts.


-- 
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] kwanhur commented on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

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


   Tutorial videos had been posted, like email [Getting started with Apache APISIX @YouTube](https://www.mail-archive.com/dev@apisix.apache.org/msg04513.html).


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