支持魔方云3.7.16

This commit is contained in:
aazooo 2024-04-12 20:00:19 +08:00
parent 97d7196e09
commit 3c7a808e70
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
### 魔方财务系统使用方法
*魔方财务系统支持版本:**<=3.6.3**
*魔方财务系统支持版本:**<=3.6.4**
1. 首先需要安装php扩展。根据网站要使用的php版本下载扩展文件[php7.2](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.2/idcsmart.so)、[php7.3](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.3/idcsmart.so)、[php7.4](https://raw.githubusercontent.com/aazooo/zjmf/main/ext/finance/php7.4/idcsmart.so)上传到php安装目录 /lib/php/extensions/no-debug-non-zts-xxxxxxxx为一串数字文件夹里面。
@ -10,7 +10,7 @@
extension=idcsmart.so
```
3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.3.zip)进行安装。填写授权码的时候随便填写一个的32位大写的MD5字符串例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤)
3. 使用[官方安装包](https://raw.githubusercontent.com/aazooo/zjmf/main/zjmfmangerbetaV3.6.4.zip)进行安装。填写授权码的时候随便填写一个的32位大写的MD5字符串例如可以[在这里生成](https://md5jiami.bmcx.com/)。(之前安装过的可以跳过此步骤)
该官方安装包已经集成部分常用插件,无需再去商店购买。
4. 安装完之后默认就是专业版,所有专业版的功能均可使用。
@ -25,7 +25,7 @@
### 魔方云系统使用方法
*魔方云系统支持版本:**3.7.8***
*魔方云系统支持版本:**3.7.16***
1. 使用以下命令安装魔方云系统之前已经安装过免费版的直接跳到第3步
@ -36,7 +36,7 @@
国内服务器可以用以下命令:
```shell
wget https://raw.fgit.cf/aazooo/zjmf/main/install-zjmf-cloud_new -O install-zjmf-cloud_new && chmod +x install-zjmf-cloud_new && ./install-zjmf-cloud_new
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/install-zjmf-cloud_new -O install-zjmf-cloud_new && chmod +x install-zjmf-cloud_new && ./install-zjmf-cloud_new
```
以上命令是access模式安装脚本如果要Trunk模式是在最后加 -t轻量版是在最后加 -l
@ -50,7 +50,7 @@
wget https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main
chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main
wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.6/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm
```
@ -59,10 +59,10 @@
```
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension
wget https://raw.fgit.cf/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main
chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main
wget https://raw.fgit.cf/aazooo/zjmf/main/ext/cloud/3.7.6/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm
```

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.