【大话回合逍遥西游之情缘西游超变精修端】站长推荐经典大话回合剧情手游-10月12日全新打包Linux服务端源码视频架设教程-完整GM网页后台工具-安卓版本!
游戏主图

实拍视频
实拍展示






























测试系统:centos7.2 64位
安装宝塔
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh
输入y回车确认安装
安装环境
Nginx1.18
mysql5.6
php5.6
宝塔放行端口:1:65535
或单独打开
关闭防火墙
systemctl stop firewalld
systemctl disable firewalld
上传xy.tar.gz到服务器根目录(根目录不是root目录!!使用WinSCP或其他工具上传数据,也可以直接宝塔传!!)
解压xy.tar.gz
cd /
tar zxvf xy.tar.gz
给予 777权限
chmod -R 777 /home/
chmod -R 777 /etc/redis6001.conf
chmod -R 777 /www/wwwroot/
chmod -R 777 /usr/
环境配置
cd /home
yum -y install gcc gcc-c++
yum install make -y
yum install readline-devel.x86_64 -y
cd /home
cd lua-5.2.3
make linux
make install
设置数据库密码为:syymw.net(在宝塔直接设置)
创建数据库并导入数据.(命令行工具)
cd /home
./sk
搭建网站
新建一个网站-你的ip:端口 或域名:端口
有端口就添加端口这里的端口81
网站目录设置wwwwwwrootgame
修改服务端文件IP: 替换:192.168.88.88
/home/nomogaserver/accountcenter/src/gamelogic/config/serverlists/serverlistxiyou_final_md.lua
/www/wwwroot/game/xiyou/ver_test.txt
启动游戏
/usr/local/mongodb/bin/mongod –config /usr/local/mongodb/bin/mongodb.conf &
/usr/local/bin/redis-server /etc/redis6001.conf &
必须等出现child process started successfully, parent exiting
在输入下面的指令
cd /home/nomogaserver &&
./accserver.sh start
cd /home/nomogaserver &&
./payserver.sh start
cd /home/server1 &&
./nomogaserver2.sh start
cd /home/server1 &&
./nomogaserver1.sh start
关闭游戏
cd /home/nomogaserver && ./accserver.sh stop
cd /home/nomogaserver && ./payserver.sh stop
cd /home/server1 && ./nomogaserver2.sh stop
cd /home/server1 && ./nomogaserver1.sh stop
客户端修改
安卓:
修改assetsresscript.zipUpdate.GameUpdate
GM后台:
https://IP:81/ht/index.php
账号:shuang0524
密码:shuang0524
————————————————————————————
本期教程到此结束。

