65.9K
CodeProject 正在变化。 阅读更多。
Home

在 Windows Server 2016 或 2019 上安装 SharePoint 2013 Foundation

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.67/5 (3投票s)

2021 年 8 月 3 日

CPOL
viewsIcon

13727

在 Windows Server 2016 或 2019 上安装 SharePoint 2013 Foundation 的步骤

引言

由于没有官方支持在 Windows Server 2016 或 2019 上安装 SharePoint 2013 Foundation,而且我在网上找到的任何指南对我都不起作用,以下是我遵循的步骤。

步骤

  1. 安装 Windows Server 2016 或 2019。
  2. 检查并安装更新。
  3. 安装 SQL Server 2014 或 2016 Developer
    1. 数据库引擎服务
    2. 报告服务 – 本机
    3. 报告服务 – SharePoint
    4. SharePoint 产品报告服务插件
  4. 安装 Sharepoint 2019 的先决条件(安装过程顺利完成)
  5. 卸载 AppFabric 更新 CU7 (KB3092423) – Sharepoint 2013 需要 CU1。它很可能会抱怨找不到 AppFabric…msi 文件 – 解压缩 AppFabric 安装文件,并将卸载过程指向该位置。
  6. 手动安装
    1. WCF 数据服务 5.0
    2. IIS 6 管理兼容性(服务器管理器 / 添加角色和功能…)
    3. AppFabric1.1-RTM-KB2671763-x64-ENU
  7. 运行 Sharepoint 2013 的先决条件安装,并等待完成。
  8. 使用此位置的解决方案解决“此产品需要 Microsoft .NET Framework 4.5”的问题 - https://support.microsoft.com/en-us/help/3087184/sharepoint-2013-or-project-server-2013-setup-error-if-the-net-framewor
  9. 运行 Sharepoint 2013 安装。

历史

  • 2021 年 8 月 3 日:初始版本
© . All rights reserved.