逆天小朋友 发表于 2024-8-25 21:59:17

三网H5游戏【遮天轮回H5】Linux一键脚本+Linux手工服务端+GM后台+详细搭建教程










遮天轮回H5 Linux架设教程
测试系统:CentOS 7.6

安装宝塔直接运行命令即可。
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
输入y回车确认安装

安装环境:
Nginx1.18
mysql5.6
php5.6

关闭防火墙
systemctl stop firewalld
systemctl disable firewalld

上传ztlh.zip到服务器根目录(根目录不是root目录!!使用WinSCP或其他工具上传数据,也可以直接宝塔传!!)

解压
cd /
unzip -o -O gbk ztlh.zip

给予 777权限
chmod 777 -R /root

安装环境
yum install gcc* -y
yum install libtcmalloc* -y

设置数据库root密码为:t9gm.com

导入数据库
cd /root
./sk

重启nginx

修改服务端文件IP:替换:159.75.168.238 为你的IP
/root/t9gm.com/game/index1.php
/root/t9gm.com/game/pay/config.php

启动游戏
cd /root/server/sh1
./gamectl.sh startall

关闭游戏
cd /root/server/sh1
./gamectl.sh stopall

重启游戏
cd /root/server/sh1
./gamectl.sh restart

后台启动
cd /root/server/sh1
./gamectl.sh startbg

游戏地址 :
http://ip:81/

GM后台地址:
http://IP:81/gm/
帐号:admin
密码:t9gm.com
发送物品时候要注意,点击下搜索,不然貌似是没切换过来选择物品也是发送不到





哈哈哈 发表于 2024-9-6 11:48:58

本帖最后由 哈哈哈 于 2024-9-6 12:31 编辑

grep: /root/server/sh1/configure_record.xml: 没有那个文件或目录
grep: /root/server/sh1/configure_plat.xml: 没有那个文件或目录
佬这两个文件能补下吗
不用也可以进去
页: [1]
查看完整版本: 三网H5游戏【遮天轮回H5】Linux一键脚本+Linux手工服务端+GM后台+详细搭建教程