栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > PHP

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

PHP 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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

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


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

2:添加ppa源

123$ 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+各个模块)

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


4:安装 Nginx

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

5:安装MySQL

1$ apt-get install mysql-server mysql-client



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

智能推荐
  • 开启 NFS 文件系统提升 Vagrant 共享目录的性能

  • nginx处理问题笔记

  • virtualbox + ubuntu虚拟机 目录共享

  • OAuth的机制原理讲解及开发流程

  • Python 虚拟环境Virtualenv

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/228499.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号