Armpro搭建教程 全开源版的教程,其他未知
资源宝整理分享 www.httple.net
首先ssh执行指令安装运行环境
php
yum install java-1.8.0-openjdk* -y
导入文件服务器
php
导入arm.zip到www目录下然后解压
导入jar包.zip到www目录然后解压
导入basic.zip到www目录然后解压
在宝塔内安装
- MySQL8.0
- php8.0
- Redis 6.2.6
- Redis数据管理工具
放行全部端口宝塔安全组(如果是阿里云还需前往阿里云安全组放行端口)
- 1-65535端口
- 数据库名字:mitu
- 用户名:mitu
- 密码:mitu
Redis根据jar包/production/配置
- redis.port=5555
- redis.password=armadillo666
- 库数量16
在www/arm/res 搜索xzp.
将全部dex里的xzp.
修改为你的域名,这个域名只需解析了你的服务器ip即可,无需其他操作(不可以套cdn)
接下来配置软件端,apk文件搜索47.120.5.
将它改成你的域名(同上)
挂载jar包命令
php
cd /www
php
nohup java -jar Ultima-1.0-SNAPSHOT.jar -sp 10000 -ep 10020 -io 125 -s 15000 -x 16000 >> run.log 2>&1 &
这样arm就搭建成功了
------------------------补充教程---------------------------------------------------
挂jar
php
nohup java -jar Ultima-1.0-SNAPSHOT.jar -sp 10000 -ep 10020 -io 125 -s 15000 -x 16000 >> run.log 2>&1 &
php
nohup java -Dfile.encoding=UTF-8 -jar Ultima-1.0-SNAPSHOT.jar >> run.log 2>&1 &
php
java -jar Ultima-1.0-SNAPSHOT.jar -sp 10000 -ep 10020 -io 125 -s 15000 -x 16000
php
cd /www
php
java -jar Ultima-1.0-SNAPSHOT.jar -sp 20000 -ep 20020 -io 125 -s 25000 -x 26000
php
-CreateCard -CardCount 100 -CardType 1 -CardValue 1 -CardOut 100月卡.txt
php
-CreateCard -CardCount 100 -CardType 2 -CardValue 1 -CardOut 100年卡.txt
php
-CreateCard -CardCount 100 -CardType 1 -CardValue 6 -CardOut 100半年卡.txt
php
-CreateCard -CardCount 100 -CardType 1 -CardValue 3 -CardOut 100季度卡.txt
php
-CreateCard -CardCount 100 -CardType 2 -CardValue 99 -CardOut 100永久卡.txt
正常启动
php
nohup java -jar Ultima-1.0-SNAPSHOT.jar -sp 10000 -ep 10020 -io 125 -s 15000 -x 16000 >> run.log 2>&1 &
需要创建充值卡的时候
php
cd /www
php
java -jar Ultima-1.0-SNAPSHOT.jar -sp 20000 -ep 20020 -io 125 -s 25000 -x 26000
php
-CreateCard -CardCount 100 -CardType 1 -CardValue 1 -CardOut 100月卡.txt
-CreateCard -CardCount 100 -CardType 2 -CardValue 1 -CardOut 100年卡.txt
-CreateCard -CardCount 100 -CardType 1 -CardValue 6 -CardOut 100半年卡.txt
-CreateCard -CardCount 100 -CardType 1 -CardValue 3 -CardOut 100季度卡.txt
-CreateCard -CardCount 100 -CardType 2 -CardValue 99 -CardOut 100永久卡.txt