支持魔方云3.8.1

This commit is contained in:
aazooo 2024-07-12 17:25:45 +08:00
parent 6058371be9
commit b46e0aff1f
4 changed files with 9 additions and 3 deletions

View File

@ -40,7 +40,7 @@
### 魔方云系统使用方法 ### 魔方云系统使用方法
*魔方云系统支持版本:**3.7.21*** *魔方云系统支持版本:**3.8.1***
1. 使用以下命令安装魔方云系统之前已经安装过免费版的直接跳到第3步 1. 使用以下命令安装魔方云系统之前已经安装过免费版的直接跳到第3步
@ -54,6 +54,12 @@
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 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
``` ```
TencentOS Server3.1安装命令:
```
wget https://raw.githubusercontent.com/aazooo/zjmf/main/install-zjmf-cloud_new_TencentOS -O install-zjmf-cloud_new_TencentOS && chmod +x install-zjmf-cloud_new_TencentOS && ./install-zjmf-cloud_new_TencentOS
```
以上命令是access模式安装脚本如果要Trunk模式是在最后加 -t轻量版是在最后加 -l 以上命令是access模式安装脚本如果要Trunk模式是在最后加 -t轻量版是在最后加 -l
2. 填写授权码的时候随便填写一个的32位大写的MD5字符串。 2. 填写授权码的时候随便填写一个的32位大写的MD5字符串。
@ -66,7 +72,7 @@
chmod +x /home/zjmf/dashboard/www/extend/other/extension chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main chmod +x /home/zjmf/dashboard/www/extend/other/check_main
wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/3.7.16/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 echo "extension=idcsmart.so" > /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm systemctl restart php-fpm
``` ```
@ -78,7 +84,7 @@
chmod +x /home/zjmf/dashboard/www/extend/other/extension chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main chmod +x /home/zjmf/dashboard/www/extend/other/check_main
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 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 echo "extension=idcsmart.so" > /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm systemctl restart php-fpm
``` ```

Binary file not shown.

Binary file not shown.

Binary file not shown.