此源码牛逼拉萨, 因为鄙人玩了好一段时间, 故此搞篇文章记录下几个技术关键点
Linux架设教程
先决条件:
CentOS 7
Nginx 1.8
mysql 5.6
php 5.6
建议使用 IP:81 端口访问 , 本人折腾了, 这是最好的搭建方式, 不要瞎折腾, 不要浪费时间
使用IP而不是用http协议, 如果用了https后会导致使用了wss而不是ws协议, 而无法进游戏, 这样配麻烦, 直接用IP搞定, 不要浪费时间纠结.
切记, 最正确的方式是直接用IP访问, 如果你想用域名访问, 那就单独弄个重定向到IP
-
安装宝塔直接运行命令即可。
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
-
关闭防火墙、开放端口
systemctl stop firewalld
systemctl disable firewalld
放行端口&