CentOS7下NextCloud搭建

一、 LAMP环境搭建 1. Apache搭建 yum install httpd –y 开启apache服务,设为开机自启 systemctl start httpd systemctl enable httpd 验证,查看80端口以及测试页是否正常 apache搭建成功。 2. mysql搭建(mariadb) yum install mariadb mariadb-server mariad
相关文章
相关标签/搜索