操作系统:windows 2012

软件下载地址: 链接:https://pan.baidu.com/s/1c3WWFs8 密码:4dcy

   NDP452-KB2901954-Web.exe(.Net Framework4.5)

   cn_office_web_apps_server_2013_with_sp1_x64_dvd_3832995.iso(office web apps server)

   wacserverlanguagepack.exe  (语言包)

   wacsp2010-kb2687470-fullfile-x64-en-us.exe (补丁包)

安装步骤:

1、安装.Net Framework4.5

2、以管理员身份运行powershell,执行以下命令安装基础环境,安装完成需要重启:

3、安装office web apps server 软件

  解压cn_office_web_apps_server_2013_with_sp1_x64_dvd_3832995.iso

  执行setup文件

4、切换至域账号登录,office web apps server的场环境创建需要以域账号登录创建

  以管理员账号运行powershell,执行以下命令:

  1)、导入office web apps server的模块

    Import-Module -Name OfficeWebApps

  2)、创建外部场:https://owa-wopi.example.com;SSLOffiloaded:把office web apps server的https认证的配置交给负载均衡来完成

    New-OfficeWebAppsFarm -ExternalURL “https://owa-wopi.example.com” -SSLOffloaded -EditingEnabled

  3)执行结果如下

    

5、测试正常结果如下:

  1)、访问owa-wopi.example.com/hosting/discovery

  

  2)、访问owa-wopi.example.com/op/generate.aspx(如果访问不了需要先设置Set-OfficeWebAppsFarm -OpenFromUrlEnabled -AllowHttp)

  

6、修改默认文件预览大小:

  Get-OfficeWebAppsFarm(查看owa-wopi场的参数设置)

  

  ExcelWorkbookSizeMax 50 表示可预览文件最大50M(默认是10M)

  修改可预览文件参数:Set-OfficeWebAppsFarm -ExcelWorkbookSizeMax 50

7、说明

  负载可用lvs+nginx实现  

  如果不加SSLOffloaded参数,那么就需要在office web apps server本地配置443端口的https,否则页面可能加载不出来

8、内存

  office web apps server服务器的IIS对内存的要求较高,所以建议最少内存为16G

  https://msdn.microsoft.com/zh-cn/subscriptions/ff431685(v=office.14).aspx(office相关技术说明)

  https://technet.microsoft.com/zh-cn/library/2e147f11-6f47-46bc-90bf-b2f179958d11#loadbalancer(官网部署office web apps server说明)

  https://technet.microsoft.com/zh-cn/library/jj219436.aspx(office web apps server 参数说明)

office web apps server安装部署的更多相关文章

  1. office web apps server安装

    1.准备服务器 准备一台windows server 2012 R2服务器,修改计算机名称加入域,如果是通过虚拟机复制导致sid冲突,可以先运行 c:\windows\system32\sysprep ...

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

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

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

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

  4. Windows Server 2012 R2安装部署Office Web Apps Server

    微软官方参考地址https://technet.microsoft.com/zh-cn/library/jj219455.aspx,建议参考官方说明. 注意:每一步进行完成后重启服务器!!! 一.   ...

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

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

  6. Office Web Apps Server 概述

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

  7. 新手必看!Office Web Apps 2013 安装与配置(实战)

    分享人:广州华软 星尘 一. 前言 Office Web Apps Server 是Office 服务器产品,它可提供在Sharepoint 2013网站中在线浏览和编辑 Word.PowerPoin ...

  8. Office Web Apps Server

    Office Web Apps Server Office Web Apps Server 是一款 Office 服务器产品,可提供针对 Office 文件的基于浏览器的文件查看和编辑服务.Offic ...

  9. office web apps的搭建部署(1)(写于2017.12.27)

    因为业务方面的需求,项目要求搭建office-web-apps这个玩意儿,做一个在线预览编辑的功能,为了方便,我下面都用OWA代替这个服务. 首先说一下什么是office-web-apps-serve ...

随机推荐

  1. Prime Ring Problem HDU - 1016

    A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle ...

  2. chrome 自动加载flash

    class Login(unittest.TestCase): #初始 def setUp(self): chromeOpitons = Options() prefs = { # "pro ...

  3. Django模型类之models字段类型和参数以及元数据meta

    models之字段类型和参数 示例: # class Test(models.Model): # courses_test # """测试学习用""& ...

  4. git 更新代码到本地

    正规流程 git status(查看本地分支文件信息,确保更新时不产生冲突) git checkout – [file name] (若文件有修改,可以还原到最初状态; 若文件需要更新到服务器上,应该 ...

  5. bzoj3926: [Zjoi2015]诸神眷顾的幻想乡 后缀自动机在tire树上拓展

    题意:有棵树每个点有个颜色(不超过10种),每个节点不超过20个儿子,问你每两点之间的颜色序列不同的有多少种 题解:先建出树,对于每个叶子节点,bfs一遍建在sam上,每次保留当前点在sam上的位置, ...

  6. 在c++运行后出现PDB或者什么巴拉巴拉已经加载符号了的话

    “stl常用排序算法.exe”(Win32): 已加载“E:\vs2015\project\stl常用排序算法\Debug\stl常用排序算法.exe”.已加载符号. “stl常用排序算法.exe”( ...

  7. leetcode-algorithms-11 Container With Most Water

    leetcode-algorithms-11 Container With Most Water Given n non-negative integers a1, a2, ..., an , whe ...

  8. 函数使用九:CAT_CHECK_RFC_DESTINATION

    此函数是用来检查RFC DESTINATION是否存在,RFC是否通 Import RFCDESTINATION          RFC目标  类型:RSCAT-RFCDEST Export MSG ...

  9. PHP手册-函数参考-加密扩展

    一.Crack.CSPRNG.Hash.Mcrypt.Mhash.OpenSSL.密码散列算法的对比   Crack CSPRNG Hash Mcrypt Mhash OpenSSL 密码散列算法 简 ...

  10. python and pycharm and django 环境配置

    python 安装   https://www.python.org/ 我的是win7 32位,下载exe文件傻瓜式安装…… cmd 输入命令 python  则安装成功 如果不能进入,则有可能是环境 ...