当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 23

泽北风 / lnmp
暂停

forked from Hailiang / lnmp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hailiang 提交于 2017-10-26 11:34 . . lnmp_v1.1
#!/bin/bash
clear
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
. include/common.sh
. include/public.sh
echo -e "$GREEN
#####################################################################
# LNMP is a bash script for the installation of Nginx + PHP + MySQL.#
# Author Hehl <1181554113@qq.com> #
# Blog Http://www.yunweijilu.com #
#####################################################################"
#Lnmp main process
lnmp(){
. include/sysinfo.sh
. include/Menu.sh
. include/chk_install.sh
source /etc/profile
}
#run lnmp & create lnmp log
lnmp 2>&1 | tee ./lnmp.log
echo -e "$WHITE"
. /etc/profile
Shell
1
https://gitee.com/ZeBeiFeng/lnmp.git
git@gitee.com:ZeBeiFeng/lnmp.git
ZeBeiFeng
lnmp
lnmp
master

搜索帮助