zoukankan      html  css  js  c++  java
  • 什么是Office Online Server和SharePoint 2016

    Microsoft Office Online Server是Microsoft Office Web Apps(OWA)服务器的下一个版本,最初于2012年发布。,可以下载Office Online Server的测试版。它被称为Office Online Server Preview。

    Microsoft Office Online Server适用于支持Web应用程序开放平台接口(WOPI)的产品和服务,如SharePoint Server 2016 Preview和Microsoft Exchange Server 2016.Office Online Server本质上是一个独立的本地服务器,允许您运行浏览器(在线)版本的Microsoft Word,Excel,PowerPoint和OneNote。

    Note:

    WOPI定义了一组操作,使客户端可以访问和更改服务器存储的文件。这允许客户端呈现文件并为服务器存储的文件提供文件编辑功能。

    操作系统:

    • Windows Server 2012.
    • Windows Server 2012 R2.

    安装 Microsoft Office Online Server

    1.从Microsoft下载Office Online Server Preview

    2.以管理员身份启动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,Windows-Identity-Foundation

    3.在Windows Server 2012或Windows Server 2012 R2上安装以下先决条件。不得运行SharePoint Server。

    .NET Framework 4.5.2

    Visual C++ Redistributable for Visual Studio 2015

    Microsoft.IdentityModel.Extention.dll

    所有可用的Windows补丁更新

    4.启动Office Online服务器安装程序(setup.exe)并按照屏幕上的说明进行操作

    如果您的计算机上安装了32位版本的Office,您将无法安装64位Office Online Server(请参见下面的屏幕截图)。您必须先卸载32位版本的Office,然后再安装64位版本的Office Online Server。这很有趣,因为我没有看到下载32位版本Office Online Server的选项(只能下载64位版本),即使可以,Microsoft也不建议安装64位版本的办公室。所以你有两个选择。首先删除32位Office,然后安装Office Online Server,或者如果需要在服务器上安装Office应用程序,则首先删除32位Office,下载并安装64位版本的Office,然后安装Office Online Server 。

    NOTE:

    Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中

    有关如何配置SharePoint以使用Office Web Apps Server的更多信息

    Scripted Installation of SharePoint 2013 and Office Web Apps Server – From the Field (Part 4)

    SharePoint &Office Online Server

    在SharePoint Server 2016中,Microsoft已删除Excel Services。在您恐慌之前,我应该让您知道,即使SharePoint Services已不赞成使用Excel Services功能,但Microsoft本质上已将该负载从SharePoint Server中移除并将其移至Office Online Server。您可以安装Office Online Server并将SharePoint Server 2016配置为使用它来呈现Excel电子表格。

    # 注意:

    1.您不能在运行SharePoint Server的同一台服务器上安装Office Online Server。这意味着您需要有一台运行Windows Server 2012或Windows Server 2012 R2的单独服务器。

    2.Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中。

  • 相关阅读:
    HTMLDOM
    换行
    【iOS】APP之数据存储
    开启远程XUL
    iOS之Streams
    Plugin的生命周期
    ActiveX Control Test Container
    ObjectiveC Runtime III【objc_msgSend函数】
    What is a Digital Signature?
    JS变量作用域
  • 原文地址:https://www.cnblogs.com/Aldj/p/8605058.html
Copyright © 2011-2022 走看看