discuss: Is standard APISIX dev workbench in need ? #5178
leslie-tsang
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
LGTM. Would you send the purpose to [email protected]? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue description
Hi, I found that the APISIX community does not have a standard
out-of-the-box
development environment kit so far.For those who want to join in the APISIX community may have a hard time of launch a standard development environment.
Proposal
We need a repo to offer an
out-of-the-box
development environment. For Unix-like OS, container tech likedocker
seem to be a good shim layer for virtual dev runtime environment. For Windows-like OS,docker
don't work as well as Unix-like OS (filesystem permission issue and etc), I foundVagrant
may slove this problem by provide a VM for docker.This repo provide some friendly feature for developer :
Solution
So I create a repo
apisix-workbench
to work it out, right now apisix-workbench support several feature :Vagrant
or hosted OStest
branchAny feedback appricated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions