Prerequisites to install Office Web Apps on a separate Server
- Joint to Domain
- Application Server and web Server Roles
- .Net Framework 3.5 , 4.5 Features
Install Office Web Apps
- Run the setup
- Create a Farm by using power shell
- New-OfficeWebAppsFarm -InternalURL http://ServerName -AllowHttp -EditingEnabledNote (You can configure -ExternalURL to access the site from load balance or from outside)
- Open http://ServerName/hosting/discovery and if you get a result then every thing is Ok
Note (to add a second server to Office Web Apps farm run the following after you install Office Web Apps New-OfficeWebAppsMachine -MachineTojoin "First Server FQDN Server Name" )
Integrate SharePoint 2013 with Office Web Apps
- Open SharePoint Management Shell
- Run the following :
- New-SPWOPIBinding -ServerName officeWebAppsServerName.domain.local -AllowHttp
Set-SPWOPIZone -Zone "internal-http" (because by default it's Https)
$c = Get-SPSecurityTokeyServiceConfgi
$c.AllowOAuthOverHttp = $true
$c.Update() - Test it from SharePoint site.
No comments:
Post a Comment