How to speed up APISIX Development environment buildup #7705
-
Background:
2 Issues highlighted:
Workaround Solution suggestion:
Appendix:
For Issue 2, we attached the logging as attachment. Final solution:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
Mainland China users can use make deps ENV_LUAROCKS_SERVER=https://luarocks.cn |
Beta Was this translation helpful? Give feedback.
-
This should be caused by a failure to execute make deps and not installing all the lua libs. |
Beta Was this translation helpful? Give feedback.
-
I guess mirroring is not enough to support a development environment? Anyway, hear what others think. |
Beta Was this translation helpful? Give feedback.
-
So, why don't we state it in the documentation?
in this doc link |
Beta Was this translation helpful? Give feedback.
-
@tzssangglass We are simulating the Unit test scenario with one existing test code (e.g. t/plugin/jwt-auth.t), and we attempted to practice below steps from 3rd party website: |
Beta Was this translation helpful? Give feedback.
Mainland China users can use
luarocks.cn
as the LuaRocks server. You can use this wrapper with the Makefile to set this up: