mirror of
https://github.com/aazooo/zjmf.git
synced 2025-01-22 09:18:14 -05:00
支持魔方云3.8.1
This commit is contained in:
parent
6058371be9
commit
b46e0aff1f
12
README.md
12
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
BIN
install-zjmf-cloud_new_TencentOS
Normal file
BIN
install-zjmf-cloud_new_TencentOS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user