目录
效果
安装
1.安装httpd
2.下载捕鱼达人
3.启动httpd
效果
安装
1.安装httpd
yum -y install httpd
systemctl enable httpd
2.下载捕鱼达人
cd /var/www/html/
git clone https://gitee.com/WangZhe168_admin/Fishing-talentGame.git
3.启动httpd
systemctl start httpd