码迷,mamicode.com
首页 >  
搜索关键字:lamp安装脚本    ( 7个结果
LAMP,安装脚本
一键安装LAMP#/bin/bash#工具包yuminstall-ygccpcre-developenssl-develexpat-develautoconflibtoolgcc-c++apr-develapr-util-devellibxml2-develbzip2-devellibmrpty-devel#二进制安装MariaDBtarxvf/data/mariadb-10.2.23-linux
分类:其他好文   时间:2019-05-17 09:26:55    阅读次数:141
第24章,LAMP 一键安装脚本
一键LAMP安装脚本,稍后提供下载地址.。。。
分类:其他好文   时间:2018-07-08 19:08:00    阅读次数:303
lamp安装脚本(编译方式)
#!/bin/bash##**********************************************************#*filename: lamp_install.sh *#*discription:lampinstall *#*version: centos6.7apr-1.5.2apr-util-1.5.4*#* httpd-2.4.6mysql-5.5.32php-5.6.15*#*date: 2016/09/07*#*author:wangbo*#*mail: ..
分类:其他好文   时间:2016-09-09 01:03:17    阅读次数:130
lamp-安装脚本-修订版2
#!/bin/bash #writebyzhang_pc #at2015.08.07 #apache2.4php.5.4mysql5.5 #脚本说明,如果脚本所在目录有源码包就用本地的,否则就从互联网下载 APR_FILES=apr-1.5.2.tar.gz APR_DIR=apr-1.5.2 ARP_PRE=/usr/local/apr APR_URL=http://mirror.bit.edu.cn/apache/apr/apr-1.5.2..
分类:其他好文   时间:2015-08-07 20:21:21    阅读次数:102
LAMP一键安装脚本
安装环境及软件:系统:CentOS_6.5内核版本:2.6.32-431.el6.x86_64httpd-2.4.16.tar.gzmysql-5.1.63.tar.gzphp-5.4.22.tar.gz安装说明:此脚本为网络安装版,请在有网的情况下使用该脚本
分类:其他好文   时间:2015-08-05 22:37:45    阅读次数:195
我的第一次--LAMP安装脚本
#!/bin/bash #20150730bywyw PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin exportPATH #Checkifuserisroot if[$(id-u)!="0"];then echo"Error:Youmustberoottorunthisscript,pleaseuseroottoinstalllnmp" exit1 fi #setclour Color_Text() { ech..
分类:其他好文   时间:2015-08-01 06:38:00    阅读次数:176
lamp-安装脚本-修订版1
#!/bin/bash#writebyzhang_pc#at2015.07.25#apache2.4php.5.4mysql5.5#脚本说明,如果当前机器可以上网,就从互联网下载源码包安装,如果不能上网,就用本地的源码包,需要把源码包上传到脚本所在的目录APR_FILES=apr-1.5.2.tar.gzAPR_DIR=apr-1.5.2ARP_PRE=/usr/local/aprAPR_..
分类:其他好文   时间:2015-07-26 06:19:25    阅读次数:145
7条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!