orange网关安装
mysql-db安装步骤见下一篇随笔
#下载地址:
https://openresty.org/download/openresty-1.21.4.1.tar.gz https://github.com/sumory/lor https://github.com/sumory/orange.git (orange下载0.6.4版本吧,0.8.1的安装完有问题!)
#上传openresty、lor框架、orange安装包
#安装依赖
yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel
#安装openresty
tar -zxvf openresty-1.21.4.1.tar.gz cd openresty-1.21.4.1 ./configure --with-luajit --with-http_stub_status_module --with-http_v2_module --with-http_ssl_module gmake && gmake install ln -s /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx;ln -s /usr/local/openresty/bin/resty /usr/bin/resty nginx -V
#安装LOR框架
unzip lor-master.zip cd lor-master make install
#安装orange
unzip orange-0.6.4.zip 上传orange.conf和nginx.conf配置文件 make install ln -s /usr/local/bin/orange /usr/bin/orange orange start
/usr/local/orange/conf/orange.conf 里面是Mysql数据库的连接信息
/usr/local/orange/conf/nginx.conf 里面是Nginx参数设置