跳到主要内容
版本:Next

系统要求

硬件配置要求

  • CPU:Intel i5-8500 3.0 GHz 及更高级别的处理器;

  • 内存:16GB 及以上;

  • 显卡:GTX 650 及以上型号(显存≥2GB);

  • 硬盘:≥500GB 可用空间(推荐固态硬盘;项目需更大容量时可扩展);

  • 显示器:支持桌面操作系统的图形适配器,推荐分辨率 1920*1080

软件环境要求

  • 系统:64 位操作系统(Windows 10 及以上版本 / Linux 特定版本详见下文)
  • 数据库:mysql8.0.32及以上、SqlServer 2016或以上(需自行安装);
  • 运行库环境:aspnetcore-runtime-6.0.9-win-x64.exe、windowsdesktop-runtime-6.0.9-win-x64.exe (软件安装时自动安装);

Linux操作系统支持

CMS支持以下官方Linux版本的安装与部署,具体命令如下:

操作系统版本安装命令更新命令
银河麒麟桌面操作系统 V10 SP1sudo apt-get install wget -y && wget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylin-install.sh && chmod +x script.sh && sudo setstatus disable && bash -x script.sh && rm script.shwget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylin-upgrade.sh && chmod +x script.sh && bash -x script.sh && rm script.sh
银河麒麟高级服务器操作系统 V10 SP1sudo yum install wget -y && wget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylin-server-install.sh && chmod +x script.sh && bash -x script.sh && rm script.shwget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylin-server-upgrade.sh && chmod +x script.sh && bash -x script.sh && rm script.sh
KylinSec LinuxOS release 3 (Qomolangma)sudo apt-get install wget -y && wget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylinsec-install.sh && chmod +x script.sh && sudo setstatus disable && bash -x script.sh && rm script.shwget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-kylinsec-upgrade.sh && chmod +x script.sh && bash -x script.sh && rm script.sh
Debian 11(bullseye)sudo apt-get install wget -y && wget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-install.sh && chmod +x script.sh && ./script.sh && rm script.shsudo apt-get install wget -y && wget -O script.sh https://list.syc-cms.com:8443/d/target/linux-x64/cms-base-linux-upgrade.sh && chmod +x script.sh && ./script.sh && rm script.sh

特别说明

  • Linux版本说明:CMS针对Linux提供的版本可能为固化版本,功能集与更新频率可能与Windows版本不同步。
  • 升级注意事项:Linux版本升级可能涉及额外部署工作及成本。如需了解特定版本的功能清单、范围或升级策略,请联系销售/技术支持部门。