diff --git a/README.md b/README.md index b5b2cfb..d11626c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ### 魔方云系统使用方法 -*魔方云系统支持版本:**3.7.21*** +*魔方云系统支持版本:**3.8.1*** 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 ``` + 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 2. 填写授权码的时候,随便填写一个的32位大写的MD5字符串。 @@ -66,7 +72,7 @@ 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.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 ``` @@ -78,7 +84,7 @@ chmod +x /home/zjmf/dashboard/www/extend/other/extension 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 - echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini + echo "extension=idcsmart.so" > /etc/php.d/40-idcsmart.ini systemctl restart php-fpm ``` diff --git a/install-zjmf-cloud_new_TencentOS b/install-zjmf-cloud_new_TencentOS new file mode 100644 index 0000000..4fdc4b7 Binary files /dev/null and b/install-zjmf-cloud_new_TencentOS differ diff --git a/zjmf_auth_api.zip b/zjmf_auth_api.zip index 676f82a..38cbec8 100644 Binary files a/zjmf_auth_api.zip and b/zjmf_auth_api.zip differ diff --git a/zjmfmangerbetaV3.6.5.zip b/zjmfmangerbetaV3.6.5.zip index 58bc021..3e04b37 100644 Binary files a/zjmfmangerbetaV3.6.5.zip and b/zjmfmangerbetaV3.6.5.zip differ