首页 > 代码库 > lamp安装网站

lamp安装网站

[root@localhost ~]# systemctl stop firewalld
[root@localhost ~]# setenforce 0
  技术分享

[root@localhost ~]# yum -y install lrzsz

技术分享

 


[root@localhost ~]# rz

技术分享

 


[root@localhost ~]# yum -y install unzip

技术分享

 


[root@localhost ~]# unzip ranzhi.4.0.zip

技术分享

 


[root@localhost ~]# yum -y install httpd* mariadb* php*

技术分享

 


[root@localhost ~]# vi /etc/httpd/conf/httpd.conf

技术分享

 


AddType application/x-httpd-php .php
技术分享

 



DirectoryIndex index.html index.php
 技术分享

 

[root@localhost ~]# systemctl start httpd
[root@localhost ~]# systemctl start mariadb

技术分享

 


[root@localhost ~]# cd ranzhi
[root@localhost ranzhi]# mv * /var/www/html/
技术分享

 


[root@localhost ranzhi]# chmod 777 /var/www/html/
技术分享
测试

技术分享

 

 

 

lamp安装网站