LAMP

作者: 写给我的公主的简书 | 来源:发表于2018-07-16 15:32 被阅读0次

安装工具

yum install wget lrzsz -y

安装 Apache httpd

yum install httpd httpd-devel -y
systemctl start httpd
systemctl enable httpd

关闭防火墙

systemctl stop firewalld.service
systemctl disable firewalld

检查httpd是否可以访问

安装 mysql

yum install mariadb mariadb-server mariadb-libs mariadb-devel

开启 mysql

systemctl start mariadb
systemctl enable mariadb

安装 php

yum -y install php php-mysql

安装php常用模块

yum install -y php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel php-bcmath

重启httpd

systemctl restart httpd

相关文章

  • 阿里云安装 LA/NMP分布式环境详细步骤

    理论 什么是LAMP LAMP = Linux + Apache + MySQL +PHP 为什么使用LAMP ...

  • linux 第四天

    Lamp环境搭建 /*******************Lamp环境搭建:*******************...

  • 26-LAMP架构

    本章内容 ◆ LAMP介绍◆ PHP配置◆ 实现LAMP应用数据库管理系统phpMyadmin◆ 实现LAMP应用...

  • 网络yum搭建LAMP简单环境

    LAMP 什么是LAMP环境?LAMP=linux+Apache+MySQL+Php只不过如今MySQL被甲骨文公...

  • docker lamp

    使用docker安装lamp docker search-s10lamp#搜索被收藏或使用较多的LAMP镜像,小伙...

  • 小知识

    LNMP LNMP = Linux + Nginx + Mysql + PHP LAMP LAMP = Linux...

  • 原生小程序组件

    组件:lamp lamp.wxml && lamp.wxss 和其他页面一样没什么不同 插入模板 单个sol...

  • 淘宝这十年摘要

    2003.04.07-2003.05.10 LAMP(Linux+Apache+Mysql+PHP)LAMP 常用...

  • Warm暖

    Lamp I like the colour of the lamp she's warm and calm w...

  • P1-wonder

    A magic lamp 灯 Eg:if I found a magic lamp and I could hav...

网友评论

      本文标题:LAMP

      本文链接:https://www.haomeiwen.com/subject/qyjbpftx.html