码迷,mamicode.com
首页 >  
搜索关键字:php编译安装脚本    ( 5个结果
PHP编译安装脚本
#!/bin/bash###############################################################FileName:c.sh#Version:V1.0#Author:wanglong#Organization:www.oldboyedu.com#CreatedTime:2017-08-2912:01:03#Description:##############################################################yumi..
分类:Web程序   时间:2017-10-18 20:10:57    阅读次数:214
php编译安装脚本
#!/bin/bash#Date:2017-05-05ByAllen_Jol#---------YUmInstallrelatedcomponents------sleep3yuminstall-ygccgcc-c++autoconfautomakelibtoolmakecmakelibjpeglibjpeg-devellibpnglibpng-develfreetypefreetype-devellibpnglibpng-devellibxml2libxml2-develzlibzlib-develglib..
分类:Web程序   时间:2017-07-13 19:06:34    阅读次数:146
CentOS 6 php5.6.0一键部署脚本
目标:一键部署php5.6.0版本环境:CentOS664位桌面版本软件包:链接:http://pan.baidu.com/s/1jIyZrRS密码:q9uu[root@salt-masterhome]#catphp.sh#/bin/bash##CentOS6#./etc/init.d/functionsdir=/root/testdel_dir(){ read-p"需要删除${dir}是否删除[Y|y/N|n]:"del case$del..
分类:Web程序   时间:2017-05-12 22:06:07    阅读次数:214
php编译安装脚本
#!/bin/bash DIR=$(cd"$(dirname"$0")"&&pwd) SRCDIR=/usr/local/src phpVersion="5.6.25" phpUser=www phpGroup=www if[$(id-u)-ne0];then echo"Pleaserunasroot" exit1 fi DISTRO="" Distributions="CentOSUbuntuRed" foriin$Distributions do cat/etc/*-release|gre..
分类:Web程序   时间:2016-09-02 23:38:43    阅读次数:234
php编译安装脚本
#!/bin/bash DIR=$(cd"$(dirname"$0")"&&pwd) SRCDIR=/usr/local/src phpVersion="5.6.23" phpUser=www phpGroup=www if[$(id-u)-ne0];then echo"Pleaserunasroot" exit1 fi DISTRO="" Distributions="CentOSUbuntu" foriin$Distributions do cat/etc/*-release|grep"$..
分类:Web程序   时间:2016-08-26 15:52:10    阅读次数:217
5条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!