centos|centos 部署lamp
1.安装Apache软件
Apache软件的软件包名称叫做httpd
[root@localhost ~]# yum install httpd
安装完成后,Apache是以httpd服务的形式存在的。因此,要启动Apache并将其设置为开机启动,就使用命令:
[root@localhost ~]# systemctl start httpd.service
[root@localhost ~]# systemctl enable httpd.service
然后,检查httpd服务状态:
【centos|centos 部署lamp】[root@localhost ~]# systemctl status httpd.service
如上图所示,“enabled”表示httpd服务已设为开机启动,“active(running)”则表示httpd服务正在运行中。
2.安装PHP
yum -y install php
3.安装mariaDB数据库
安装:yum -y install mariadb-server mariadb
启动:systemctl start mariadb.service
systemctl enable mariadb.service
配置:cp /usr/share/mysql/my-huge.cnf /etc/my.cnf
4..安装MariaDB数据库
安装:yum -y install mariadb-server mariadb
启动:systemctl start mariadb.service
systemctl enable mariadb.service
配置:cp /usr/share/mysql/my-huge.cnf /etc/my.cnf覆盖原配置就好了。
设置数据库管理员密码:mysql_secure_installationy
推荐阅读
- Beego打包部署到Linux
- 私有化轻量级持续集成部署方案--03-部署web服务(下)
- Spring|Spring Boot部署到Resin遇到的问题
- CentOS7 阿里云镜像配置方法
- 如何在阿里云linux上部署java项目
- 部署专题集合
- jar|springboot项目打成jar包和war包,并部署(快速打包部署)
- Centos6源码编译安装2.4版本http服务步骤
- 一键编译部署Mysql
- 8月16日|8月16日 全网备份