20221419卢冠宇 实验八-Web部署
配置华为云
访问设置
弹性云服务器ECS远程访问推荐使用Moba Xterm。
输入弹性云服务器IP地址。
安装LAMP
通过下面命令安装Apache:
通过下面命令开启Apache服务:systemctl start httpd.service
通过下面命令,设置Apache开机自启动:systemctl enable httpd.service
通过下面命令请求wordpress安装包(.ZIP):wget https://cn.wordpress.org/latest-zh_CN.zip
通过下面命令给这个文件赋权限:chmod 755 /var/www/html/test.php
通过下面命令重启Apache服务:systemctl restart httpd
通过下面命令设置密码:
安装部署Wordpress