#!/bin/bash
深州ssl適用于網站、小程序/APP、API接口等需要進行數據傳輸應用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯的ssl證書銷售渠道,可以享受市場價格4-6折優(yōu)惠!如果有意向歡迎電話聯系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!#init dir
autoDir="/usr/local/src"
sourceDir="/opt/openresty"
openrestyTarGz="openresty-1.15.8.2.tar.gz"
opensslTarGz="openssl-1.0.1l.tar.gz"
zlibTarGz="zlib-1.2.8.tar.gz"
pcreTarGz="pcre-8.31.tar.gz"
mkdir -p /usr/local/src/{zlib,pcre,openssl,openresty}
看完上述內容,你們掌握用腳本安裝部署openresty的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注創(chuàng)新互聯行業(yè)資訊頻道,感謝各位的閱讀!#openresty
cd /usr/local/
if [[ -d openresty ]]; then
echo "WARN: openresty is already installed, exit."
#return
exit
fi#install Dependent package
#yum install -y gcc gcc-c++ pcre zlib openssl#untar
cd ${sourceDir}
tar zxvf ${openrestyTarGz} -C /usr/local/src/openresty --strip-component=1
tar zxvf ${opensslTarGz} -C /usr/local/src/openssl --strip-component=1
tar zxvf ${zlibTarGz} -C /usr/local/src/zlib --strip-component=1
tar zxvf ${pcreTarGz} -C /usr/local/src/pcre --strip-component=1
chmod -R 777 ${autoDir}#install openresty
cd ${autoDir}/openresty
./configure --prefix=/usr/local/openresty --with-http_stub_status_module --with-stream --with-stream_ssl_module --with-pcre=/usr/local/src/pcre --with-openssl=/usr/local/src/openssl --with-zlib=/usr/local/src/zlib make && make install if [[ $? == 0 ]]; then cp -fv $sourceDir/openresty.service /usr/lib/systemd/system && systemctl daemon-reload echo "OK: openresty is installed, exit." else echo "ERROR: openresty is NOT installed, exit." fi
另外有需要云服務器可以了解下創(chuàng)新互聯scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
文章名稱:如何用腳本安裝部署openresty-創(chuàng)新互聯
網頁路徑:http://www.rwnh.cn/article6/cchpig.html
成都網站建設公司_創(chuàng)新互聯,為您提供網站設計公司、搜索引擎優(yōu)化、云服務器、全網營銷推廣、定制開發(fā)、企業(yè)建站
聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯