简介
office web apps是微软开发的一套基于浏览器查看office文件的一种服务,详情可以自己搜索一下office 365。它可以与Lync、sharepoint、exchange等进行整合,与sharepoint进行整合的时候,可以通过浏览器来编辑office文件,功能很强大。我这里安装的是office web apps 2013,安装过程中,好像没遇到要输入序列号或者购买什么服务的,难度真的是免费的?
硬性要求:
office web apps对硬件的要求比较高,具体要求可以在其官网找到。我这里只列出对软件的一些要求!
Windows server 2008 R2 SP1以上
Windows 域环境
.NET Framework 4.5
KB2592525
Windows PowerShell 3.0
IIS
保证80 443 809端口不被占用
确保当前机器没有安装office
确保当前机器没有安装Exchange,sharepoint,lync server,sql server
墨迹服务支持
一、在服务器管理器中,关闭IE的增强安全配置
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100428859.png"></a>
二、把office web apps这台机器加入域
因为过于简单,就不写过程了。
注意:
下面安装office web apps的时候,一定不能安装在DC上。中文版的官网,坑爹的家伙
中文版没有告诉你,不能安装在DC上
但是如果你看英文版的安装教程,会告诉你,一定不要安装在DC上。
刚开始我就是这个地方出错,导致东西是装好了,结果悲剧!
都说无图无真相,我从英文的安装过程中截图给大家看。
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100654996.jpg"></a>
二、安装.net 4.5RC
下载完成后,直接双击安装即可,很简单,过程不再给出。
三、安装IIS
打开服务器管理,添加角色
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100955389.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100956597.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100956473.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100956127.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/100956262.png"></a>
四、安装补丁
下载完直接双击安装即可
五、安装Powershell3.0
下载URL:http://www.microsoft.com/en-us/download/details.aspx?id=34595
同上
六、安装墨迹支持
服务器管理,添加功能
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111615795.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111615424.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111616813.png"></a>
七、安装office web apps
下载URL:http://download.microsoft.com/download/2/A/C/2ACCFEDB-7058-43CD-A0D0-0A420C5D8639/wacserver.exe
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111730826.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111731953.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111731868.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111731580.png"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111731705.png"></a>
八、通过PowerShell配置Office web apps
以管理员的身份打开powershell运行以下代码
九、通过浏览器访问
<a target="_blank" href="http://blog.51cto.com/attachment/201306/111947906.jpg"></a>
<a target="_blank" href="http://blog.51cto.com/attachment/201306/112009822.jpg"></a>
本文转自 gm100861 51CTO博客,原文链接:http://blog.51cto.com/gm100861/1229726