Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Feb 1, 2021
1 parent 0820fa8 commit 113adb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis/linux_apisix_current_luarocks_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

do_install() {
./utils/linux-install-openresty.sh
./utils/linux-install-luarocks.sh
OR_PREFIX=/usr/local/openresty-debug ./utils/linux-install-luarocks.sh
./utils/linux-install-etcd-client.sh
}

Expand Down
8 changes: 4 additions & 4 deletions doc/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sudo yum-config-manager --add-repo https://openresty.org/package/centos/openrest
sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel

# install LuaRocks
sudo bash ./utils/linux-install-luarocks.sh
curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -

# configure

Expand All @@ -83,7 +83,7 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \
sudo yum install -y openresty curl git gcc luarocks lua-devel openresty-openssl-devel

# install LuaRocks
sudo bash ./utils/linux-install-luarocks.sh
curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -

# start etcd server
nohup etcd &
Expand All @@ -109,7 +109,7 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \
sudo apt-get install -y git openresty curl openresty-openssl-dev

# install LuaRocks
sudo bash ./utils/linux-install-luarocks.sh
curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -

# start etcd server
nohup etcd &
Expand Down Expand Up @@ -140,7 +140,7 @@ tar -xvf etcd-v3.4.13-linux-amd64.tar.gz && \
sudo apt-get install -y git openresty curl make openresty-openssl-dev

# install LuaRocks
sudo bash ./utils/linux-install-luarocks.sh
curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -

# start etcd server
nohup etcd &
Expand Down

0 comments on commit 113adb9

Please sign in to comment.