Office Web Apps安装部署

简介: 尝试安装成功office web apps 就不重复过程了 参照以下文章即可, 转载自:http://www.cnblogs.com/poissonnotes/p/3238238.

尝试安装成功office web apps 就不重复过程了 参照以下文章即可, 转载自:http://www.cnblogs.com/poissonnotes/p/3238238.html

我安装的环境是在虚拟机win2008上安装的,需要安装两个虚拟机,一台安装作为域控制器,另一台安装office web apps ,需要加入到域才能成功安装,但使用的时候可以不需要启动域控制器,也就是域控制器在安装完office web apps后就可以不用了.


Office Web Apps安装部署(一)

系统要求为Windows Server 2012,

注意:安装Office Web Apps的服务器除了Office Web Apps之外,不能安装其他应用。包括不能安装Office,lync,,sharepoint等应用,即要单独部署。

安装IIS 7.0

clip_image002

打开服务器管理器

clip_image004

添加角色和功能

打开“添加角色和功能向导”界面,点击下一步

clip_image006

因为是基于本机安装,所以要选择“基于角色或者基于功能安装”

clip_image008

点击“下一步”

clip_image010

在服务器角色列表上选择“Web服务器”

clip_image012

“下一步”,安装。

注意,在安装IIS的时候要安装Web服务器下面的“管理服务”,

clip_image013

或者按以下操作顺序运行命令:

以管理员身份运行PowerShell

  View Code

这段PowerShell的意思 是启用 Windows的相关的角色和功能,如墨迹手写服务,ASP.NET 4.5,IIS服务等。

安装Office Web Apps

http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=35489 链接下载 
Microsoft Office Web Apps Server

点击安装。

打开安装文件,界面如下:

clip_image015

同意协议,点击“继续”

clip_image017

选择安装位置,点击“立即安装”。

clip_image019

安装完成之后,点击“关闭”

clip_image021

安装Office Web Apps补丁文件

http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=38378 下载补丁文件进行安装

如下图:

clip_image023

勾选许可条款,继续安装。

clip_image024

安装完成界面。

安装Office Web Apps语言包

Office Web Apps的语言包可以让用户的Office文档在sharepoint网站中以Web方式打开时,如果文档内包含有多种语言时,可以正常查看。语言包可以在以下链接打开:

http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=35490

下图是它的安装界面

clip_image026

点击接受协议,继续。以完成安装。

安装之后重启。否则接下来的操作中,PowerShell识别不了相关的cmdlet命令。

如果不想重启的话,可以在PowerShell中键入如下命令

Import-Module OfficeWebApps

以加载Office Web Apps管理命令集

注意:如果是给Office Web Apps服务器场安装语言包,请将单个服务器先单独从服务器场隔离开来,然后单个安装。

布署Office Web Apps

在OfficeWebApps服务器上,以管理员身份打开PowerShell,键入命令

New-OfficeWebAppsFarm –InternalURL "http://OfficeWebApps.veekee.cn" –AllowHttp –EditingEnabled

(其中http://OfficeWebApps.veekee.cn 的OfficeWebApps.veekee.cn 为OfficeWebApps服务器的计算机全名。这个名称根据具体环境而设)。

如图所示

clip_image028

回车以确定。

会出现提示

clip_image030

输入”y”,回车。

成功的话,会返回列表信息

clip_image032

我们可以在服务器的浏览器中输入下列Url以求证

http://OfficeWebApps.veekee.cn/hosting/discovery

(其中http://OfficeWebApps.veekee.cn 的OfficeWebApps.veekee.cn 为OfficeWebApps服务器的计算机全名。这个名称根据具体环境而设)

安装成功的话,会显示下图信息:

clip_image034

至此Office Web Apps布署成功。

一般情况下,Office Web Apps要与其他应用配合使用,如下图所示:

clip_image035

从上图可知,如果自己开发一个系统的话,实际上也是可以调用Office web Apps。

目录
相关文章
|
1月前
|
开发工具 git C++
【App Service】VS Code直接部署App Service时候遇见 “fatal: not a git repository (or any of the parent directories): .git”
通过VS Code发布Python App Service的时候,遇见了发布失败错误: The deployment failed with error: fatal: not a git repository (or any of the parent directories): .git . Please take a few minutes to help us improve the deployment experience
77 24
|
17天前
|
JavaScript C++ 容器
【Azure Bot Service】部署NodeJS ChatBot代码到App Service中无法自动启动
2024-11-12T12:22:40.366223350Z Error: Cannot find module 'dotenv' 2024-11-12T12:40:12.538120729Z Error: Cannot find module 'restify' 2024-11-12T12:48:13.348529900Z Error: Cannot find module 'lodash'
37 11
|
15天前
|
开发框架 监控 .NET
【Azure App Service】部署在App Service上的.NET应用内存消耗不能超过2GB的情况分析
x64 dotnet runtime is not installed on the app service by default. Since we had the app service running in x64, it was proxying the request to a 32 bit dotnet process which was throwing an OutOfMemoryException with requests >100MB. It worked on the IaaS servers because we had the x64 runtime install
|
24天前
|
C#
【Azure App Service】使用Microsoft.Office.Interop.Word来操作Word文档,部署到App Service后报错COMException
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)).
|
1月前
|
机器人 Shell Linux
【Azure Bot Service】部署Python ChatBot代码到App Service中
本文介绍了使用Python编写的ChatBot在部署到Azure App Service时遇到的问题及解决方案。主要问题是应用启动失败,错误信息为“Failed to find attribute 'app' in 'app'”。解决步骤包括:1) 修改`app.py`文件,添加`init_func`函数;2) 配置`config.py`,添加与Azure Bot Service认证相关的配置项;3) 设置App Service的启动命令为`python3 -m aiohttp.web -H 0.0.0.0 -P 8000 app:init_func`。
|
2月前
|
缓存 前端开发 API
探索PWA(Progressive Web Apps)的无限可能
探索PWA(Progressive Web Apps)的无限可能
124 7
|
1月前
|
监控 安全 Apache
构建安全的URL重定向策略:确保从Web到App平滑过渡的最佳实践
【10月更文挑战第2天】URL重定向是Web开发中常见的操作,它允许服务器根据请求的URL将用户重定向到另一个URL。然而,如果重定向过程没有得到妥善处理,可能会导致安全漏洞,如开放重定向攻击。因此,确保重定向过程的安全性至关重要。
88 0
|
2月前
|
前端开发 JavaScript
构建你的第一个Web应用:从零到部署
【8月更文挑战第33天】 在这篇文章中,我们将一起踏上构建一个基本Web应用的旅程。不同于传统的“安装这个、运行那个”教程,我们的目标是通过理解每一步的意义和目的来深化你的技术理解。我们将探索HTML、CSS、JavaScript的基础,并学习如何将它们结合起来创建一个简单的个人网站。接着,我们会介绍如何使用GitHub Pages进行免费部署,让你的应用上线。准备好了吗?让我们开始吧!
|
2月前
|
负载均衡 网络协议 应用服务中间件
web群集--rocky9.2源码部署nginx1.24的详细过程
Nginx 是一款由 Igor Sysoev 开发的开源高性能 HTTP 服务器和反向代理服务器,自 2004 年发布以来,以其高效、稳定和灵活的特点迅速成为许多网站和应用的首选。本文详细介绍了 Nginx 的核心概念、工作原理及常见使用场景,涵盖高并发处理、反向代理、负载均衡、低内存占用等特点,并提供了安装配置教程,适合开发者参考学习。
|
2月前
|
缓存 编解码 前端开发
探索PWA(Progressive Web Apps)的无限可能
探索PWA(Progressive Web Apps)的无限可能
44 0
下一篇
无影云桌面