安装SharePoint 2013和Office Web App

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

一、准备服务器以运行 Office Web Apps Server

步骤1:为Office Web Apps Server 安装必备软件;

∙安装以下软件:

∙Windows Server 2008 R2 Service Pack 1

∙.NET Framework 4.5

∙Windows PowerShell 3.0

∙Windows 7 SP1 和 Windows Server 2008 R2 SP1 的平台更新 (KB2670838)∙以管理员身份打开 Windows PowerShell 提示符,然后运行以下命令示例来安装必需的角色和服务。

Import-Module ServerManager

然后运行以下命令:

Add-WindowsFeature

Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-App-D ev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Include s,Web-Security,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,We b-Dyn-Compression,Web-Mgmt-Console,Ink-Handwriting,IH-Ink-Support

步骤2:安装Office Web Apps Server

步骤3:为Office Web Apps Server 安装语言包

部署Office Web Apps Server 场

步骤 1:创建 Office Web Apps Server 场

使用New-OfficeWebAppsFarm命令创建一个包含一台服务器的新 Office Web Apps Server 场,如以下示例中所示。

New-OfficeWebAppsFarm –InternalURL "http://servername" -AllowHttp

-EditingEnabled

参数

∙–InternalURL是运行 Office Web Apps Server 的服务器的名称,例如http://servername。

∙–AllowHttp配置要使用 HTTP 的场。

∙–EditingEnabled在 Office Web Apps 中启用编辑(如果它与SharePoint 2013 一起使用)。Lync Server 2013 或 Exchange Server 2013 不使用此参数,因为这些主机不支持编辑。

步骤 2:验证是否成功创建了 Office Web Apps Server 服务器场

在创建服务器场后,将在 Windows PowerShell 提示符中显示有关服务器场的详细信息。若要验证是否正确安装并配置了 Office Web Apps Server,请使用Web 浏览器访问 Office Web Apps Server 发现 URL,如下面的示例所示。发现URL 是您在配置 Office Web Apps Server 服务器场时指定的InternalUrl参数,后跟/hosting/discovery,例如:

http://servername/hosting/discovery

如果 Office Web Apps Server 按预期运行,您应该在 Web 浏览器中看到 Web 应用程序开放平台接口 (WOPI) 协议发现 XML 文件。该文件的前几行应类似以下示例。

-

-

-

favIconUrl="http://servername/x/_layouts/images/FavIcon_Excel.ico" checkLicense="true">

urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?" />

urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?" />

urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?" />

urlsrc="http://servername/x/_layouts/xlviewerinternal.aspx?" />

步骤 3:配置主机

服务器场现在已经可以通过 HTTP 为主机提供 Office Web Apps 功能。有关如何配置主机的详细信息,请查阅以下文章。

∙为 SharePoint 2013 配置 Office Web Apps

∙Office Web Apps Server 集成 (Exchange Server 2013)

将 SharePoint 2013 配置为使用 Office Web Apps Server

相关文档
最新文档