ad2020314
游戏联盟分享平台-全自助-免费游戏分享-七玩网
独家出售24-70级附魔端授权、完美六职业、农场BOSS挑战、自定义加密RFS、支持称号图片,同时兼容64位与32位系统。-七玩网
蓝易云香港服务器特惠:29元/月尊享1核1G内存10Mbps CN2线路,大带宽首选,品质推荐,信赖之选!-七玩网
AI DIGEST
AI 摘要
LIVE

这是一篇关于大天使H5游戏手工架设的教程。需要在Linux 7.2系统上安装宝塔面板、Nginx 1.14、MySQL 5.6、PHP 5.6和Java环境。数据库密码设为GnRT_6RGLD_tc,需关闭防火墙并配置MySQL远程访问权限。上传服务端后,需将多个配置文件中的127.0.0.1改为服务器IP。创建网站并指定到data/www目录,设置相关文件夹权限为777。最后通过/data/script目录下的命令启动服务,并提供了百度网盘资源链接。

【转】【大天使H5】手工端+外网+GM后台

本帖最后由 3204431 于 2020-9-1 21:51 编辑

【大天使H5】手工端+外网+GM后台


这个是在别的坛子看到的,由于技术有限,按照教程实在是无法架设,有大神能做的一键端或者出个视频教程吧 万分感谢

教程

linux7.2  64

yum install -y wget && wget -O install.sh
http://download.bt.cn/install/install.sh && sh install.sh

宝塔安装ngx1.14 mysql5.6 php5.6   

安装java

数据库设置密码为:GnRT_6RGLD_tc

systemctl stop firewalld.service            

systemctl disable firewalld.service

mysql -uroot -pGnRT_6RGLD_tc  

grant all privileges on *.* to ‘root’@’%’ identified by ‘GnRT_6RGLD_tc’;

导入数据库

上传服务端解压

服务端修改:  把下面文件的127.0.0.1改成服务器ip

\data\script\config\mould_log2db_logger.xml

\data\script\config\mould_report_logger.xml

\data\script\minion\restart_tomcat

\data\script\minion\update_tomcatapp

\data\www\gmtools\compoment\js\i18n\code_i18n.js

\data\www\gmtools\page\auth\session\session_list.html

\data\www\log2db\log2db\config\logger-config-info.xml

<redis>

                <entry type=”1″ ip=”127.0.0.1″ port=”6379″ index=”2″ />       

\data\www\pay\hch5_charge\WEB-INF\classes\ip_white_list.properties

\data\www\report\report\config\logger-config-info.xml

<redis>

                <entry type=”1″ ip=”127.0.0.1″ port=”6379″ index=”2″ />               

        </redis>

创建网站80  指定  data/www

chmod -R 777 /data/

chmod -R 777 /www/

启动:

cd /data/script

./stat

链接:
https://www.7chaowan.com/b/a32ed8

提取码:ffk5


© 版权声明
THE END
文章不错?点个赞呗
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容