缥缈儒仙 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回车确认安装
安装环境:
Nginx 1.24
MySQL 8.0
PHP 8.0
Redis 6.2.7
关闭防火墙
systemctl stop firewalld.service
systemctl disable firewalld.service
上传pmrx.zip到服务器根目录(根目录不是root目录!!!!)
解压
cd /
unzip -o pmrx.zip
给予 777权限
chmod -R 777 /home
cd /home
tar -xzvf jdk-17.0.8_linux-x64_bin.tar.gz
修改文件
/home/server/center/config/core-config.properties
/home/server/center/actuator/ui/static/js/app.aac59a3d.js
/home/server/center/actuator/ui/static/js/chunk-1fa9f5e3.c7a19d73.js
/home/server/center/actuator/ui/static/js/chunk-32f91ed8.b7572372.js
/home/server/center/actuator/ui/static/js/chunk-5419277a.2243ffde.js
/home/server/center/actuator/ui/static/js/chunk-612fab9d.0fade49b.js
/home/server/center/actuator/ui/static/js/chunk-65fef222.ead3cf8d.js
/home/server/center/actuator/ui/static/js/chunk-7ebf96e0.54234de9.js
/home/server/center/actuator/ui/static/js/chunk-9179f238.1d2d2ab5.js
/home/server/center/actuator/ui/static/js/chunk-acf25570.02a301e7.js
/home/server/center/actuator/ui/static/js/chunk-c0f314c8.42faffa2.js
/home/sql/tafang_center.sql
/home/t9gm.com/allServers.json
/home/t9gm.com/tafang-internal.json
/home/t9gm.com/assets/main/index.ce11b.js
设置数据库密码为:t9gm.com
导入数据库
cd /home
./sk
重启nginx
/etc/init.d/redis restart
启动游戏服务
cd /home/server/center
./start.sh
cd /home/server/server
./start.sh
游戏地址
http://ip:81
CDK授权后台:
CKD生成
http://ip:81/ht/cdk
GM码:t9gm.com
CDK激活:
http://ip:81/ht/pay
玩家后台:
http://ip:81/ht/vip
|