操作系统: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. BigInteger 类 和 BigDecimal 类

    一 .BigInteger BigInteger类在计算和处理任意大小的整数方面是很有用的. BigInteger 任意大的整数,原则上是,只要你的计算机的内存足够大,可以有无限位的. BigInte ...

  2. 『Python』setup.py简介

    setup.py应用场合 网上见到其他人这样介绍: 假如我在本机开发一个程序,需要用到python的redis.mysql模块以及自己编写的redis_run.py模块.我怎么实现在服务器上去发布该系 ...

  3. <Matlab-3:追赶法(Doolittle分解)工具箱

    function x=chase (d,e,f,b) % --------------------------------------------------------------- %the me ...

  4. jquery获取和设置值

    1.html html() :   取得第一个匹配元素的html内容. html(value): 设置每一个匹配元素的html内容 2text text() :  取得所有匹配元素的内容,结果是由所有 ...

  5. 原生JS的地区二级联动,很好理解的逻辑

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  6. sublime markdown 设置

    安装Markdown Preview 修改用户配置文件(代码高亮): { "enable_highlight": true } 快捷键: ctrl+b 生成html文档 安装Omn ...

  7. [LeetCode] 231. Power of Two ☆(是否2 的幂)

    描述 Given an integer, write a function to determine if it is a power of two. 给定一个整数,编写一个函数来判断它是否是 2 的 ...

  8. 安天透过北美DDoS事件解读IoT设备安全——Mirai的主要感染对象是linux物联网设备,包括:路由器、网络摄像头、DVR设备,入侵主要通过telnet端口进行流行密码档暴力破解,或默认密码登陆,下载DDoS功能的bot,运行控制物联网设备

    安天透过北美DDoS事件解读IoT设备安全 安天安全研究与应急处理中心(安天CERT)在北京时间10月22日下午启动高等级分析流程,针对美国东海岸DNS服务商Dyn遭遇DDoS攻击事件进行了跟进分析. ...

  9. weblogic为同一domain下的不同server添加不同参数

    一.背景 今天应用提需求说:现有一应用部署在多个server上,该应用会使用Ddubbo.protocol.port参数指定的端口去启动dubbo,现在想要做到的效果是为每个server的Ddubbo ...

  10. python(3)之字符串

    字符串常用操作如下: name="huang yuqing"print(name.count("h"))#计算包含字符的个数print(name.capital ...