在SharePoint Server 2010(英文版)上安装和配置Office web apps

参考官方文档,所以直接使用英文写配置过程了。

官方文档链接:http://technet.microsoft.com/en-us/library/ff431687.aspx

官方文档有一些繁琐和重复的地方,例如,要跑三个脚本 

./Start-WebAppSvcs.ps1 
./Create-SrvAppsProx.ps1 
./Activate-WebApps.ps1
在我实施的过程中发现,其实真正跑成功的就只有
./Create-SrvAppsProx.ps1
跑./Start-WebAppSvcs.ps1的时候提示,害我查了半天为什么会Null argument,后来果断无视,发现没有问题。
 
跑./Activate-WebApps.ps1的时候提示,就是这些服务已经激活了。

Steps:

1.       Run Setup.exe

2.       Enter your Product Key then click Continue.



3.       Accept the Microsoft Software License Terms then click Continue.



4.       Choose a file location then click Install Now.



5.       After installation, make sure Run the SharePoint Products Configuration Wizard now is checked and then click Close.



6.       On SharePoint Products Configuration Wizard, click Next.



7.       Click Yes.



8.       Click Next.



9.       Wait for configuration completes and then click Finish.





10.   On Central Administration Website,click Configuration Wizards.



11.   Click Launch the Farm Configuration Wizard.



12.   Click Start the Wizard.



13.   Click Next and leave all as default.



14.   Click Skip.



15.   Click Finish.



16.  Copy the script shown below into a text editor(Notepad) and save it as Create-SrvAppsProx.ps1

$appPool = Get-SPServiceApplicationPool-Identity "SharePoint Web Services Default"

New-SPWordViewingServiceApplication -Name"WdView" -ApplicationPool $appPool |New-SPWordViewingServiceApplicationProxy -Name "WdProxy"

New-SPPowerPointServiceApplication -Name"PPT" -ApplicationPool $appPool | New-SPPowerPointServiceApplicationProxy-Name "PPTProxy" –AddToDefaultGroup

17.   Open SharePoint 2010 Management Shell.

18.  Under the path of Create-SrvAppsProx.ps1, enter .\Create-SrvAppsProx.ps1 to run the script.



19.  Then you can edit Word, PowerPoint and Excel files online.


配置完成

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值