27 Star 75 Fork 12

白_猫/SwooleDistributed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_v2.sh 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
896369042@qq.com 提交于 2018-03-21 10:50 . 2.8.7
#!/bin/sh
#sd安装脚本
set -e
command_exists() {
command -v "$@" > /dev/null 2>&1
}
php_version="7.1.14"
swoole_version="1.10.2"
sd_version="2.8.6"
swoole_configure="--enable-async-redis --enable-openssl"
if command_exists yum ; then
curl -o install_os.sh sd.youwoxing.net/install_centos.sh
fi
if command_exists apt ; then
curl -o install_os.sh sd.youwoxing.net/install_ubuntu.sh
fi
source install_os.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/tmtbe/SwooleDistributed.git
git@gitee.com:tmtbe/SwooleDistributed.git
tmtbe
SwooleDistributed
SwooleDistributed
v2

搜索帮助

0d507c66 1850385 C8b1a773 1850385