juzhiyuan commented on issue #5851: URL: https://github.com/apache/apisix/issues/5851#issuecomment-1173226500
Hi @chenyyyang, > use command "make run "to start apisix. The `make run` command is used for Development mode AFAIK. It should be `make deps && make install && apisix start` instead according to https://apisix.apache.org/docs/apisix/next/building-apisix As for your question: you could also refer to the link above to install on Ubuntu (I have tried on Ubuntu 18 & 20) 😄 Cc @bzp2010 to confirm if it's recommended. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
