1.安装系统依赖包和搭建LAMP环境[root@tong2~]#yuminstallrrdtoolnet-snmpnet-snmp-libsnet-snmp-utils-y[root@tong2~]#yuminstallhttpdphpphp-mysqlphp-snmpphp-xmlphp-gdmysql-servermysql-y[root@tong2~]#vim/etc/httpd/conf/httpd.confServerNamelocalhostDirectoryIndexin..
分类:
其他好文 时间:
2015-04-02 16:48:53
阅读次数:
161
1.搭建LAMP环境和安装系统依赖包[root@tong3~]#yuminstallgccgcc-c++crulcrul-develmysqlmysql-serverhttpdphp-gdphpphp-xmlphp-mbstringnet-snmpsnmpnet-snmp-develphp-mysqlphp-bcmath-y[root@tong3~]#cd/etc/httpd/conf[root@tong3conf]#vimhttpd.confServerNamelocalhostDi..
分类:
其他好文 时间:
2015-04-02 16:45:04
阅读次数:
208
首先我已经配置好了,LAMP环境,或者可以使用下面的命令:[root@localhost~]#yuminstallmakemysql-serverhttpdphpmysql-develgccnet-snmp-develcurl-develperl-DBIphp-gdphp-mysqlphp-bcmathphp-mbstringphp-xmlunixODBC-develOpenIPMI-devellibxml2-devel完成安装:1、新建一..
分类:
其他好文 时间:
2015-04-02 16:40:14
阅读次数:
198
今天给大家介绍一种非常方便的在Linux(ubuntu)平台配置 LAMP集成环境的方法。...
分类:
其他好文 时间:
2015-04-02 10:25:16
阅读次数:
139
Rel5/Contos5下Lamp+zendoptimizerphp(高效部署lamp用网络iSCSI存储技术)准备安装的包:(apche,php,mysql可用yum装)Apche(yum-y-installhttpd*)Php(php-common,php5.1,php-mysql,php-mbsting,php-gdphp-odbc)Mysql(mysql-service,php-mysql,mysql-5.0,mysql-conne..
分类:
其他好文 时间:
2015-04-01 20:16:57
阅读次数:
462
准备工作环境:RedHat5.8(我这里用的是redhat5.8的版本,可以根据自己的情况灵活进行选择其它的发行版,但是编译环境和依赖的库一定要具备)软件:apr-1.4.6.apr-util-1.5.4httpd-2.4.12libmcrypt-2.5.8mcrypt-2.6.8mhash-0.9.9.9pcre-8.33php-5.4.38xcache-3.0.1mysql-5.5.41..
分类:
其他好文 时间:
2015-04-01 13:34:55
阅读次数:
123
关于PHP官网:http://www.php.net一、PHP简介 PHP是通用服务器端脚本编程语言,其主要用于web开发以实现动态web页面,它也是最早实现将脚本嵌入HTML源码文档中的服务器端脚本语言之一。同时,php还提供了一个命令行接口,因此,其也可以在大多数系统上作为一个独立的shell来...
分类:
其他好文 时间:
2015-03-31 23:55:17
阅读次数:
220
背景介绍:LAMP开发是很多公司喜欢采用的技术组合,故而做php开发,使用linux环境也是很多公司的要求。本文就来介绍下如何在windows下,使用phpstorm集成开发环境,来开发放在linux虚拟机的PHP项目。环境介绍:win7系统,phpstorm,虚拟主机ubuntu-server版。...
分类:
Web程序 时间:
2015-03-31 19:53:11
阅读次数:
313
一. 安装ubuntu1.安装虚拟机:由于我是Mac 系统虚拟机选择vmware fusion,可以在网上直接下载,再在网上找个注册码,不然就只有30天试用。2.安装操作系统:这里我选择的是ubuntu 12.04.5版本,这是稍微稳定的发行版本(lts);具体安装不难,有几个问题要注意一下:(1)...
分类:
Web程序 时间:
2015-03-30 18:23:34
阅读次数:
205
linux安装比较简单,此处略去。mysql安装yuminstallmysqlmysql-server/etc/init.d/mysqldstart#启动mysqlchkconfigmysqldon#设置mysql为开启启动cp/usr/share/mysql/my-medium.cnf/etc/my.cnf#mysql_secure_installation#为root账户设密码servicemysqldrestart#重启mysqlmysql-..
分类:
其他好文 时间:
2015-03-30 09:42:48
阅读次数:
151