Re: APISIX Installation

2022-02-11 Thread Atul R
Still waiting for response. Can someone please check? Hi Wen, Can you please help? Thanks On Mon, Feb 7, 2022 at 12:39 AM Atul R wrote: > Hi, > > I am trying to build APISIX on the a brand new Centos7 AMI in AWS. I have > used the below commands in sequence - > > yum upda

APISIX Installation

2022-02-06 Thread Atul R
Hi, I am trying to build APISIX on the a brand new Centos7 AMI in AWS. I have used the below commands in sequence - yum update yum install wget yum install git cd /home/centos mkdir apisix cd apisix git clone https://github.com/apache/apisix.git cd apisix/utils ./install-dependencies.sh