随笔分类 - php
摘要:Nginx团队维护的PPA源带有PHP 5.3.x的子源,更新迅速,现在在Ubuntu部署Nginx+PHP环境真是太容易了(虽然LAMP更容易,一句apt-get install lamp-server^搞定,别漏了最后的上尖号)。1.添加源:1 #Ubuntu 10.10 以后可不需添加以上源2 3 apt-get install python-software-properties4 add-apt-repository ppa:nginx/stable5 add-apt-repository ppa:nginx/php52.安装NGINX和php5apt-get updateapt-g
阅读全文
摘要:一、下载&编译&安装注意:若在ubuntu下make和make install前别忘了加上sudo说明:安装TC进行configure时,可能会缺少libbz2包,需要先安装sudo apt-get install checkinstall build-essential libbz2-dev (ubuntu下)详细步骤:1、安装libeventwgethttps://github.com/downloads/libevent/libevent/libevent-2.0.15-stable.tar.gz tar zxvf libevent-2.0.15-stable.tar.g
阅读全文
posted @ 2011-11-14 16:55
stdanny