Applenice commented on issue #2695: URL: https://github.com/apache/apisix/issues/2695#issuecomment-725295290
> Can you try to run `make init` in the APISIX directory? No make command can be used. ``` $ pwd /usr/local/apisix $ ls apisix client_body_temp conf deps fastcgi_temp logs proxy_temp scgi_temp uwsgi_temp $ cd apisix/ $ pwd /usr/local/apisix/apisix $ ls admin api_router.lua balancer balancer.lua consumer.lua core core.lua debug.lua discovery http init.lua plugin.lua plugins router.lua schema_def.lua script.lua ssl stream upstream.lua utils ``` No change after trying to execute `apisix init` and `apisix init_etcd`😔 ``` $ apisix Usage: apisix [action] <argument> help: show this message, then exit init: initialize the local nginx.conf init_etcd: initialize the data of etcd start: start the apisix server stop: stop the apisix server restart: restart the apisix server reload: reload the apisix server version: print the version of 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. For queries about this service, please contact Infrastructure at: [email protected]
