码迷,mamicode.com
首页 >  
搜索关键字:lamp(apache/httpd+mysql+php)环境/架构 一键安装脚本    ( 109个结果
lnmp一键安装脚本(含有np与mysql分离)
基于lanny一键安装包:(含lnmp所需软件及配置文件) 安装nginx: 安装mysql:(集成) 安装php: nginx支持 php 完整的bbs配置:/application/nginx/conf/extra/bbs.conf server { listen 80; server_name ...
分类:数据库   时间:2016-07-22 10:09:08    阅读次数:233
配置lanmp一键安装脚本
#!/bin/bashecho"Itwillinstalllamporlnmp."sleep1##checklastcommandisOKornot.check_ok(){if[$?!=0]thenecho"Error,Checktheerrorlog."exit1fi}##getthearchiveofthesystem,i686orx86_64.ar=`arch`##closeseliuxsed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/co..
分类:其他好文   时间:2016-06-23 19:07:08    阅读次数:193
lamp一键安装脚本
#!/bin/bash #subject:一键安装lamp(apache+mysql+php) #Date:2016-06-08 #定义软件下载目录: SoftDir=‘/usr/local/src‘ #定义编译函数: functionMAKE(){ if[`echo$?`-eq0];then make else exit fi } #定义安装函数: functionMAKE_INS(){ if[`echo$?`-eq0];then makeinstall..
分类:其他好文   时间:2016-06-15 00:06:30    阅读次数:259
LAMP(apache/httpd+mysql+php)环境/架构 一键安装脚本
该脚本只在centos上测试过,测试OK,其他发行版自行测试#!/bin/bash#Purpose:一键安装lamp(apache+mysql+php)#Writer:www.linuser.com#Date:2015-10-08#定义软件下载目录:SoftDir=‘/usr/local/src‘#定义编译函数:functionMAKE(){if[`echo$?`-eq0];thenmakeelseexitfi}#定义安..
分类:数据库   时间:2016-06-05 01:13:12    阅读次数:334
LNMP(nginx+mysql+php)环境/架构 一键安装脚本
该脚本已经在centos7.1上测试通过,用时27分,硬件环境(1G,1U)。该脚本有安装PHP加速器xcache:#!/bin/bash#该脚本的作用:在线一键部署LNMP#Write:King#Date:2015-03-19#mysql数据存放目录为/data/mysql#php主配置文件在/usr/local/php/etc#nginxweb程序目录/usr/local/nginx..
分类:数据库   时间:2016-06-03 07:39:28    阅读次数:375
网络质量监控软件smokeping一键安装脚本
#!/bin/bash #--变量 err_echo(){ echo-e"\\033[31m[Error]:$1\\033[0m" exit1 } info_echo(){ echo-e"\\033[32m[Info]:$1\\033[0m" } warn_echo(){ echo-e"\\033[33m[Warning]:$1\\033[0m" } check_exit(){ if[$?-ne0];then err_echo"$1" exit1 fi } #配置yum源 info_ech..
分类:其他好文   时间:2016-05-23 19:16:12    阅读次数:294
linux部署jdk脚本文件
转自:http://futeng.iteye.com/blog/2064143 需求 一键安装脚本 脚本即安装文件已经备份到云端 installJDK.sh Shell代码 #!/bin/bash # shell script to install jdk (default version jdk- ...
分类:系统相关   时间:2016-05-12 10:36:37    阅读次数:277
109条   上一页 1 ... 4 5 6 7 8 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!