Office 2013 Web App Server + SharePoint 2013 Integration(Techtalk写的PPT丢掉了,所以赶紧将blog补上)...

Office 2013 Web App Server + SharePoint 2013 Integration
With the release of the Office 2013 Preview, Microsoft also launched a beta of Office Web App Server. This product which is also known from Office 365 and SharePoint 2010, allows you to host the apps (Word, Excel, PowerPoint and OneNote.) in your own infrastructure to work in conjunction with either Exchange, SharePoint or Lync 2013.You can also manage the deployment via PowerShell pretty nifty! (we will go more into detail on that later)
This new features has some new features from the previous versus and removes some restrictions.
The name Web App, allows users to use the Apps via a browser, even from a tablet (Even thou not all support the editing function yet, just viewing)
(From Microsoft.com)
clip_image001

Now in order to install the product you need either a
Windows 2008 R2 with SP1 + .Net 4.5 + PowerShell 3.0 + KB2592525
Download .Net 4.5 RC http://go.microsoft.com/fwlink/p/?LinkId=256560
Download KB2592525 http://go.microsoft.com/fwlink/p/?LinkId=236954
Download PowerShell 3.0 http://go.microsoft.com/fwlink/p/?LinkId=256560
or Windows Server 2012 (Which has all the prerequisites installed)
And your server has to be joined to a Active Directory domain as well. And you would need a another service like SharePoint to integrate it with in order to make it work.
+ have to have IIS installed with the following features.

For Windows Server 2008 R2

Import-Module ServerManager

And then run:

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

For Windows Server 2012

Import-Module ServerManager

And then run:

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

Now we can start installing OfficeWebApps
1

2
3
4
After the installation you can open PowerShell and import the Officewebapp module.

Import-Module OfficeWebApps
you might need to open Powershell from the Admin module folder within Office Webapps.
We can list out all the cmdlets avaliable from the module
Now we can create a Webapp server farm (Which consists of this single server)
5
By running this command

New-OfficeWebAppsFarm –InternalURL http://servername –AllowHttp -EditingEnabled
(This just creates a web farm with the URL of http://servername and only communicates using HTTP and it enables the editing function in conjunction with SharePoint 2013. Since I don’t have SharePoint installed at this moment I’m going to run the command without the Editing parameter.
6

Now we have to verify that the farm is successfully created, by opening a browser window to http://servername/hosting/discovery
If it works as expected you should see some WOPI XML in the browser.
<?xml version=”1.0″ encoding=”utf-8″ ?>

- <wopi-discovery>

- <net-zone name=”internal-http”>

- <app name=”Excel” favIconUrl=”http://servername/x/_layouts/images/FavIcon_Excel.ico” checkLicense=”true”>
7
Something like that.
After that is complete, head over to the SharePoint 2013 server and open a PowerShell window.
But remember that Office webapps can only be used in conjunction with Claims based authentication.
If you are unfamiliar how to configure a claims based authentication website in SharePoint you can view it here à http://technet.microsoft.com/en-us/library/ee806885(v=office.15)

Import the SharePoint module

Add-PsSnapin Microsoft.SharePoint.PowerShell

Now you have to create a binding between the SharePoint server and the Office Web App server.

New-SPWOPIBinding -ServerName <WacServerName> -AllowHTTP

In my case New-SPWOPIBINDING –Servername SCCM –AllowHTTP
Next we have to add the SPWOPIZONE to internal

Set-SPWopiZone internal-http
After that open a SharePoint Library and open a document, 


Just by marking the document if will trigger the office webapp and open the document. 


This release is a part of Office 365 solution to Microsoft, they have already released the Azure portal available for download, will we see Office365 portal as a download soon as well? 
If you wish to try the product you can download it from here:
http://www.microsoft.com/en-us/download/details.aspx?id=30358

转载于:https://www.cnblogs.com/ahghy/archive/2012/12/12/2815089.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
资源包主要包含以下内容: ASP项目源码:每个资源包中都包含完整的ASP项目源码,这些源码采用了经典的ASP技术开发,结构清晰、注释详细,帮助用户轻松理解整个项目的逻辑和实现方式。通过这些源码,用户可以学习到ASP的基本语法、服务器端脚本编方法、数据库操作、用户权限管理等关键技术。 数据库设计文件:为了方便用户更好地理解系统的后台逻辑,每个项目中都附带了完整的数据库设计文件。这些文件通常包括数据库结构图、数据表设计文档,以及示例数据SQL脚本。用户可以通过这些文件快速搭建项目所需的数据库环境,并了解各个数据表之间的关系和作用。 详细的开发文档:每个资源包都附有详细的开发文档,文档内容包括项目背景介绍、功能模块说明、系统流程图、用户界面设计以及关键代码解析等。这些文档为用户提供了深入的学习材料,使得即便是从零开始的开发者也能逐步掌握项目开发的全过程。 项目演示与使用指南:为帮助用户更好地理解和使用这些ASP项目,每个资源包中都包含项目的演示文件和使用指南。演示文件通常以视频或图文形式展示项目的主要功能和操作流程,使用指南则详细说明了如何配置开发环境、部署项目以及常见问题的解决方法。 毕业设计参考:对于正在准备毕业设计的学生来说,这些资源包是绝佳的参考材料。每个项目不仅功能完善、结构清晰,还符合常见的毕业设计要求和标准。通过这些项目,学生可以学习到如何从零开始构建一个完整的Web系统,并积累丰富的项目经验。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值