Linux安装【选一个】
方法一:一键安装 推荐 !!!
使用自定义端口时,请确认端口没有被占用,并放行端口。
bash <(curl -sL http://jx.lim1.cn/onekey-install-liangzi.sh)
方法二:docker-run
以下命令逐行执行,哪些是一行代码请注意文档的 序号
docker run --name quantum1 -v /root/quantum1/app:/app -p 5088:5088 -d asupc/quantum -restart:always
rm -rf /root/quantum1/app
git clone https://ghproxy.com/https://github.com/asupc/quantum.git /root/quantum1/app
docker restart quantum1
安装完成跳到 量子配置部分
Windows 安装
安装依赖环境
- Git
a. 【32 位操作系统】
b. 【64 位操作系统】
c. 【其他版本和下载更新版本】 - nodejs
a. 32位 【下载地址】
b. 64位 【下载地址】
c. 【其他版本和下载更新版本】 .net 5
a. Arm64 【下载安装】
b. x64 【下载安装】
c. x86 【下载安装】
d. 【其他版本和下载更新版本】
环境检查
检查dotnet 安装结果
检查nodejs安装结果
检查git安装结果
正常输入版本信息后表示安装成功。
安装量子
cmd 运行
d:
git clone https://ghproxy.com/https://github.com/asupc/quantum.git quantum1
git clone 执行完成后,在D盘quantum1 文件夹内找到 Quantum.exe 双击执行即可。ARM 架构安装
docker run --name quantum1 -v /root/quantum1/app:/app -p 5088:5088 -d asupc/quantum:arm -
restart:always
cd /root/quantum1
git clone https://ghproxy.com/https://github.com/asupc/quantum.git app
docker restart quantum1量子助手基本配置说明
http://localhost:5088/#/login (请手动替换localhost 和端口号 部分为您的ip地址和端口号)
数据库文件(sqlite):/root/quantum1/db/Quantum.db
量子助手的基础配置在 /root/quantum1/app/config/Setting.xml 中a. UserName :用户名
b. PassWord:密码
c. GitRepository 脚本库地址
d. GlobalTextToPicture 全局文字转图片 可选(true, false)
e. InterferenceLine 干扰线 可选(true,false)
f. WxpusherToken, WxPusher appToken
g. DBType:数据库类型(可选SQLite,MySQL,默认sqlite)
h. DBAddress:数据库地址
i. SQLite 默认为 Quantum.db
ii. MySQL 需要自己安装数据库服务链接地址参考
server=192.168.3.3;port=3306;database=quantum;Uid=root;Pwd=123;CharSet=utf8;
评论 (0)