接下来我们就来安装部署Office Web App Server.
首先我们需要明确我们的部署步骤,如下
第一步,我们先来安装OWA 所需要的必备软件
Windows Server 2008 R2、Windows Server 2012 和 Windows Server 2012 R2 的必备软件略有不同,请选择以下相应过程来为您的操作系统安装正确的必备软件。
#1 在 Windows Server 2008 R2 上
安装以下软件:
#2 在 Windows Server 2012 上
以管理员身份打开 Windows PowerShell 提示符,然后运行此命令示例来安装必需的角色和服务。
Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45
#3 在 Windows Server 2012 R2 上
安装以下软件:
对于Office Web App Server 的硬件需求,我们可以看一下微软的官方文档,如下
我自己的环境是一台虚拟机,硬件配置如下:
注意:Office Web Apps Server 现在是一款独立的产品,所以不能与SharePoint Server 安装在同一台服务器上,需要分开安装。
第一步. 准备OWA服务器的先决条件
1. 以管理员身份打开 Windows PowerShell 提示符,然后运行以下示例命令来安装必需的角色和服务。(上面以列出,我选择Server 2012 R2的命令)
Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45
2. 下载并安装Office Web App Server 2013
下载并安装 OWA server的语言包
http://www.microsoft.com/zh-cn/download/details.aspx?id=35490
这样,我们的Office Web App Server 的安装就完成了,下一篇文章我们将介绍 OWA 服务器的配置。
本文转自horse87 51CTO博客,原文链接:http://blog.51cto.com/horse87/1904180,如需转载请自行联系原作者