环境: 三台服务器  系统:window 2008 R2
server01: 192.168.10.162(office web app)
server02: 192.168.10.163(AD)
server03: 192.168.10.164(sharepoint)

前提:1. server02配置好AD
      2. server01和 server03 这两台服务器修改好机器名,加入域。

安装office web app:
在server01上安装office web app
   1)安装 .net framework 4.5  (http://go.microsoft.com/fwlink/p/?LinkId=256560)
      安装window2008 R2更新程序 (http://go.microsoft.com/fwlink/p/?LinkId=236954)  
      安装window powershell 3.0 http://go.microsoft.com/fwlink/?LinkID=244693)
   2)管理员运行powershell执行:Import-Module ServerManager
      Add-WindowsFeature Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,Web-Security,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Console,Ink-Handwriting,IH-Ink-Support
   3)安装office web apps server
   4)安装office web  apps补丁 http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=38378
   5)安装中文语言包:(http://go.microsoft.com/fwlink/p/?LinkId=296579)

配置office web apps
   管理员打开powershell
   1)新建场和开启访问:New-OfficeWebAppsFarm –InternalURL "http://app.lishen88.com" –AllowHttp –EditingEnabled
   2)添加允许域:New-OfficeWebAppsHost -Domain  lishen88.com
   3)允许通过url访问:Set-OfficeWebAppsFarm  -OpenFromUrlEnabled:$true
测试office web apps是否正常
   在浏览器访问:
   http://app.lishen88.com/hosting/discovery
   http://app.lishen88.com/op/generate.aspx,生成文档地址,然后访问。
   如果报内部错误,在cmd下执行:
   %systemroot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -iru
   iisreset /restart /noforce
   日志:%programdata%\Microsoft\OfficeWebApps\Data\Logs\ULS\
   
安装SharePoint:
   1)安装好sql server 2008 sp1,如果不是sp1,请打好补丁
   2)打开sharepoint安装目录下的splash.hta,在线安装依赖
   3)依赖安装完成后,安装SharePoint。
   4)执行SharePoint配置向导配置SharePoint。
   5)执行配置SharePoint场向导,注意新建一个用户作为服务用户。

SharePoint和office web app的集成:
   管理员打开SharePoint shell,执行下面操作
   1)绑定:New-SPWOPIBinding -ServerName app.lishen88.com –AllowHTTP
   2) 指定http访问:Set-SPWOPIZone –zone “internal-http
      查看:Get-SPWopiZone
   3)查看是否允许http验证:(Get-SPSecurityTokenServiceConfig).AllowOAuthOverHttp
     如果不是,执行:
            $config = (Get-SPSecurityTokenServiceConfig)
            $config.AllowOAuthOverHttp = $true
            $config.Update()
     4. 保证claim to window token service 正常运行
        保证Net.Pipe Lishener Adapter service 正常运行
        
     5. 测试在线浏览和修改文档
        1)新建一个站点,以管理员打开,然后共享给一个域用户。
        2)使用共享的域用户登录网站,然后上传文档,新建文档,看看功能是否正常。

sharepoint 2013 和 office web apps server 2013集成的更多相关文章

  1. Office Web Apps Server 2013与PDF(一)

    好吧--这个消息有点旧,迟了将近4个月. Office Web Apps是微软各大服务产品系列中的一个基础服务,可以为SharePoint 2013.Exchange 2013.Lync 2013提供 ...

  2. Office Web Apps Server 2013与PDF(二)

    在上一篇文章(Office Web Apps Server 2013与PDF(一))中,曾经介绍了Office Web Apps Server 2013在更新后,可以直接对PDF文档进行在线的查看.不 ...

  3. 安装Office Web Apps Server 2013 – KB2592525安装失败

    在Windows Server 2008 R2上安装 office web apps Server 的其中一个先决条件是 安装KB2592525. 但由于服务器已经打了SP1及其它大部分的patch, ...

  4. [转载]部署Office Web Apps Server并配置其与SharePoint 2013的集成

    Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web ...

  5. 部署Office Web Apps Server并配置其与SharePoint 2013的集成

    部署Office Web Apps Server并配置其与SharePoint 2013的集成   Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.P ...

  6. Office Web Apps Server 概述

    Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web ...

  7. Office Web Apps Server(1)

         Office Web Apps Server runs on one or more servers and provides browser-based Office file viewi ...

  8. BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序 WOPI和新的Office Web Apps Server

    BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第14章节--使用Office Services开发应用程序  WOPI和新的Office Web Apps Server ...

  9. SharePoint 2013中Office Web Apps的一次排错

    转自http://www.cnblogs.com/awpatp/archive/2013/06/06/3121420.html, 仅供自己查看 笔者尝试在自己的测试环境中为SharePoint 201 ...

随机推荐

  1. javascript 数组的常用方法总结

    前言 主要讨论一下数组的方法,     1.splice和slice的区别     2.pop和push     3.shift和unshift     4.join     5.forEach(es ...

  2. linux下给开启端口

    首先在这里要推荐一篇博文 http://blog.csdn.net/zht666/article/details/17505789 这篇文章写的很详细,里面包含了操作端口一些命令,我们操作端口其实就是 ...

  3. 云计算之路-阿里云上:SLB引起的https访问速度慢问题

    自从我们在阿里云SLB上部署了https之后(详见在SLB上部署https遇到的问题及解决方法),陆续有园友向我们反馈登录时速度很慢(登录时是通过https访问),有些园友甚至无法访问登录页面. 而我 ...

  4. js实现类bootstrap模态框动画

    在pc端开发,模态框是一个很常用的插件,之前一直用的第三方插件,比如bootstrap,jQuery的模态框插件,最近还用了elementUI的.但是会发现其实动画效果都差不多,那么如何去实现这样一个 ...

  5. Entity Framework(三)---FluentAPI和增删查改

    一.FluentAPI: 1.基本配置: namespace ConsoleApp14.ModelConfig { public class PersonConfig: EntityTypeConfi ...

  6. 实验 使用 vivado zedboard GPIO 开关 开控制 LED

    前面我做了几个实验 都没有用过 开关,这一次用一用 发现 vivado 真的挺方便 所以 使用 vivado 开发 1.建工程 我使用 vivado 2013.4 创建新工程 –> next – ...

  7. 用树莓派做3G无线路由器

    第一篇博客献给我做了很长时间的课程设计,也就是题目所说的3G无线路由器.本次开发所使用的开发平台为树莓派开发板,下面进入正题..... 目标:将树莓派设置成为一个3G无线路由器,通过华为的E261拨号 ...

  8. 新浪微博 page应用 自适应高度设定 终于找到解决方法

    我做的是PAGE应用,无法自适应高度.找了好久解决方法. 用js 设置父窗口 iframe 也不好用,有的浏览器不兼容. 官方上说发是这样的: 应用动态高度自适应 Iframe高度:开发者可以使Ifr ...

  9. P1242 新汉诺塔

    题目描述 设有n个大小不等的中空圆盘,按从小到大的顺序从1到n编号.将这n个圆盘任意的迭套在三根立柱上,立柱的编号分别为A.B.C,这个状态称为初始状态. 现在要求找到一种步数最少的移动方案,使得从初 ...

  10. Codeforces Round #364 (Div. 1) 700B(树)

    题目大意 在n颗结点的树上有2k个需要配对的点,把他们两两配对,使得路程和最大并输出 选取一个点v lv表示v与父亲的边 那么考虑lv被经过的次数,对于一个最大的情况,lv应该为min(sv, 2*k ...