随笔分类 -  php

在CentOS上搭建PHP服务器环境
摘要:您也可以使用一键自动部署环境的工具,请参见网友开发的这个工具http://www.centos.bz/2013/08/ezhttp-tutorial/安装apache:yum install httpd httpd-devel启动apache:/etc/init.d/httpd start此时输入服... 阅读全文

posted @ 2014-11-12 21:47 strikebone 阅读(138) 评论(0) 推荐(0)

php, postgresql 安装
摘要:sudo yum install postgresql84-server postgresql84-contribubuntu下面安装的问题解决:Postgresql installation on Ubuntu 12.04sudo apt-get remove -y --purge postgresql*CentorOS:1.添加PosgreSQL Yum Repository,访问http://yum.pgrpms.org/reporpms/repoview/letter_p.group.html,下载并安装和当前系统对应的rpm文件 wgethttp://yum.pgrpms.org/9 阅读全文

posted @ 2014-02-10 14:02 strikebone 阅读(392) 评论(0) 推荐(0)

php mysql
摘要:In Ubuntu/Debian you check for the package with:dpkg --get-selections | grep php5-mysqlInstall the php5-mysql package if you do not have it.In Ubuntu/Debian you can use:sudo apt-get install php5-mysqlLastly, to get it working with Apache, you will need to restart Apache.sudo /etc/init.d/apache2 rest 阅读全文

posted @ 2014-02-05 14:12 strikebone 阅读(158) 评论(0) 推荐(0)

php zend Framework 2 入门
摘要:http://farlee.info/archives/zend-framework-zend-tool-installation.html 阅读全文

posted @ 2014-02-04 19:24 strikebone 阅读(131) 评论(0) 推荐(0)

导航