foxhk edited a comment on issue #1074: bug:  module apisix.balancer not found
URL: 
https://github.com/apache/incubator-apisix/issues/1074#issuecomment-575501891
 
 
   Solving steps:
   ```
   #In apache-apisix-1.0-incubating/ dir
   make stop
   make clean
   rm -rf deps
   groupadd apisix && useradd -g apisix apisix &&  passwd apisix
   mv apache-apisix-1.0-incubating* /home/apisix/
   #Grant sudo permission 
   chown -hR apisix:apisix /home/apisix/
   su - apisix
   #Configure lua environment variables
   cd apache-apisix-1.0-incubating
   make deps
   make utils
   sudo make lint
   make run
   ```

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


With regards,
Apache Git Services

Reply via email to