魔方云安装命令
二胡 发布于 阅读:129
魔方云安装命令
系统要求:Centos 8 stream (强烈建议) 、CentOS 7.9(需要升级内核)
魔方云系统支持版本:3.7.16
-
使用以下命令安装魔方云系统(之前已经安装过免费版的,直接跳到第3步):
wget 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
以上命令是access模式安装脚本,如果要Trunk模式,是在最后加 -t,轻量版是在最后加 -l
- 填写授权码的时候,随便填写一个的32位大写的MD5字符串。5D41402ABC4B2A76B9719D911017C592
-
输入以下命令完成授权:
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension 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.16/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm
国内服务器可以用以下命令:
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension 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://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
后续每次更新都要重新执行上述命令。
智简魔方官方Wiki:https://www.idcsmart.com/wiki_list
在CentOS 8 Stream中,网络配置通常通过NetworkManager
或直接编辑网络配置文件来完成。以下是两种常用的方法: