简体   繁体   English

如何在Windows Server 2012 R2上安装Sharepoint Server

[英]How to install sharepoint server on windows server 2012 r2 steps

我已经讨论了几天,答案似乎没有任何地方,所以在这里,这是成功运行必备安装程序所需的几乎所有内容

Once we have successfully installed windows server: 成功安装Windows Server之后:

(software con be downloaded from: https://www.microsoft.com/en-us/evalcenter/evaluate-sharepoint-server-2013 ) (可从以下网址下载软件: https : //www.microsoft.com/zh-cn/evalcenter/evaluate-sharepoint-server-2013

Run de prerequisites installer and wait for the messages. 运行必备软件安装程序,然后等待消息。

We may have to install the components separately, they can be downloaded from Microsoft directly and these are all free or charge. 我们可能必须单独安装这些组件,可以直接从Microsoft下载这些组件,这些组件都是免费的或免费的。

The list is what follows: 列表如下:

• Microsoft .NET Framework 4.5 • Windows Management Framework 3.0 • Application Server Role, Web Server (IIS) Role • Microsoft SQL Server 2008 R2 SP1 Native Client • Windows Identity Foundation (KB974405) • Microsoft Sync Framework Runtime v1.0 SP1 (x64) • Windows Server AppFabric • Microsoft Identity Extensions • Microsoft Information Protection and Control Client • Microsoft WCF Data Services 5.0 • Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763 •Microsoft .NET Framework 4.5•Windows Management Framework 3.0• 应用程序服务器角色,Web服务器(IIS)角色 •Microsoft SQL Server 2008 R2 SP1本机客户端•Windows Identity Foundation(KB974405)•Microsoft Sync Framework运行时v1.0 SP1(x64) •Windows Server AppFabric•Microsoft身份扩展•Microsoft信息保护和控制客户端•Microsoft WCF数据服务5.0•Windows Server的Microsoft AppFabric 1.1的累积更新包1(KB2671763

Most items can be downloaded from these links, you may wanna try some different ones in case the provided didn't work: 大多数项目都可以从这些链接下载,如果您提供的项目无效,您可能想尝试一些其他项目:

http://download.microsoft.com/download/9/1/3/9138773A-505D-43E2-AC08-9A77E1E0490B/1033/x64/sqlncli.msi http://download.microsoft.com/download/9/1/3/9138773A-505D-43E2-AC08-9A77E1E0490B/1033/x64/sqlncli.msi

Microsoft SQL Server 2008 R2 SP1 Native Client Microsoft SQL Server 2008 R2 SP1本机客户端

http://download.microsoft.com/download/E/0/0/E0060D8F-2354-4871-9596-DC78538799CC/Synchronization.msi http://download.microsoft.com/download/E/0/0/E0060D8F-2354-4871-9596-DC78538799CC/Synchronization.msi

Microsoft Sync Framework Runtime v1.0 SP1 (x64) Microsoft Sync Framework运行时v1.0 SP1(x64)

http://download.microsoft.com/download/A/6/7/A678AB47-496B-4907-B3D4-0A2D280A13C0/WindowsServerAppFabricSetup_x64.exe http://download.microsoft.com/download/A/6/7/A678AB47-496B-4907-B3D4-0A2D280A13C0/WindowsServerAppFabricSetup_x64.exe

Windows Server App Fabric Windows Server应用程序结构

http://download.microsoft.com/download/7/B/5/7B51D8D1-20FD-4BF0-87C7-4714F5A1C313/AppFabric1.1-RTM-KB2671763-x64-ENU.exe http://download.microsoft.com/download/7/B/5/7B51D8D1-20FD-4BF0-87C7-4714F5A1C313/AppFabric1.1-RTM-KB2671763-x64-ENU.exe

Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763) Windows Server的Microsoft AppFabric 1.1的累积更新包1(KB2671763)

http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875B-C2B40A6B2BDD/Windows6.1-KB974405-x64.msu http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875B-C2B40A6B2BDD/Windows6.1-KB974405-x64.msu

Windows Identity Foundation (KB974405) Windows Identity Foundation(KB974405)

http://download.microsoft.com/download/0/1/D/01D06854-CA0C-46F1-ADBA-EBF86010DCC6/rtm/MicrosoftIdentityExtensions-64.msi http://download.microsoft.com/download/0/1/D/01D06854-CA0C-46F1-ADBA-EBF86010DCC6/rtm/MicrosoftIdentityExtensions-64.msi

Microsoft Identity Extensions Microsoft身份扩展

http://download.microsoft.com/download/9/1/D/91DA8796-BE1D-46AF-8489-663AB7811517/setup_msipc_x64.msi http://download.microsoft.com/download/9/1/D/91DA8796-BE1D-46AF-8489-663AB7811517/setup_msipc_x64.msi

Microsoft Information Protection and Control Client Microsoft信息保护和控制客户端

http://download.microsoft.com/download/8/F/9/8F93DBBD-896B-4760-AC81-646F61363A6D/WcfDataServices.exe http://download.microsoft.com/download/8/F/9/8F93DBBD-896B-4760-AC81-646F61363A6D/WcfDataServices.exe

Microsoft WCF Data Services 5.0 Microsoft WCF数据服务5.0

The “ Application Server Role, Web Server (IIS) Role ” item may be the one that causes more trouble to install, in order to get it working in case the installer can't handle it, we should run the following script from PowerShell: 应用程序服务器角色,Web服务器(IIS)角色 ”项可能是导致安装麻烦的一项,为了使其在安装程序无法处理的情况下正常工作,我们应该从PowerShell中运行以下脚本:

Import-Module ServerManager

Copy-Item -Path "$($ENV:SystemRoot)\System32\ServerManager.exe" `
    -Destination "$($ENV:SystemRoot)\System32\ServerManagerCmd.exe" -Force

Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45

Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer, `
    Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing, `
    Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext, `
    Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor, `
    Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering, `
    Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression, `
    Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server, `
    AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation, `
    AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model, `
    WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation, `
    Server-Media-Foundation,Xps-Viewer

Restart-Computer

Once the reboot has finished, run the prerequisites installer again and there should be no warnings or trouble to conclude. 重新启动完成后,请再次运行先决条件安装程序,并且不应有任何警告或结论。

After the wizard ends, run the SharePoint server installer. 向导结束后,运行SharePoint服务器安装程序。 The wizard should prompt for a product key, as this is a trial version, one of the following should work: NQTMW-K63MQ-39G6H-B2CH9-FRDWJ 向导应该提示您输入产品密钥,因为它是一个试用版,因此,以下其中一项应该起作用:NQTMW-K63MQ-39G6H-B2CH9-FRDWJ

After we add the key, click next, agree the license terms and a progress bar should come up. 添加密钥后,单击“下一步”,同意许可条款,然后会出现一个进度栏。 Go grab a smoke in this step... It may never end after a couple of hours. 在此步骤中抽烟...几个小时后可能永远不会结束。 After maybe 30 minutes, you can check the log files, inside the Temp folder, in my case: C:\\Users\\Administrator\\AppData\\Local\\Temp\\2 在大约30分钟之后,就我而言,您可以检查Temp文件夹中的日志文件:C:\\ Users \\ Administrator \\ AppData \\ Local \\ Temp \\ 2

Scroll down to the end of 'SharePoint Server Setup(...)' file and check the status, mine is: 'Successfully installed package: oserver path:D:\\global\\oserver.MSI' 向下滚动到“ SharePoint Server安装程序(...)”文件的末尾并检查状态,我的是:“成功安装的软件包:oserver路径:D:\\ global \\ oserver.MSI”

Restart your machine even with the wizard still running (it's not gonna end any time soon) and that's it. 即使向导仍在运行,也要重新启动计算机(它不会很快结束),仅此而已。

Hope this helps you! 希望这对您有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM