centos7-install.sh 283 B

123456789101112131415
  1. #!/bin/sh
  2. set -ex
  3. yum -y install epel-release
  4. yum -y update
  5. yum -y install httpd lua lua-devel luarocks lua-socket pcre-devel
  6. luarocks install redis-lua
  7. luarocks install lua-cjson
  8. luarocks install lrexlib-pcre
  9. luarocks install openssl --server=https://rocks.moonscript.org/dev