码迷,mamicode.com
首页 > Web开发 > 详细

ubuntu12.04 安装 php5.4/php5.5

时间:2016-01-10 07:07:28      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

1:修改源(我使用163的源)直接修改/etc/apt/sources.list

deb http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted

2:添加ppa源

$ apt-get install python-software-properties   
$ add-apt-repository ppa:ondrej/php5 (php.5.5,若使用php5.4.x add-apt-repository ppa:ondrej/php5-oldstable) 
$ apt-get update


3:安装php5.5(fpm+各个模块)

$ apt-get install php5-fpm
$ apt-get install php5-mysql php5-gd #还有其他扩展按需安装


4:安装 Nginx

$ apt-get install nginx
$ service nginx start #启动服务

5:安装MySQL

$ apt-get install mysql-server mysql-client



原文地址:ubuntu12.04 安装 php5.4/php5.5

ubuntu12.04 安装 php5.4/php5.5

标签:

原文地址:http://www.cnblogs.com/apanly/p/5117747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!