1.配置域控服务器
2.将转换服务器加入域服务器
3.安装部署Office Online Server
https://docs.microsoft.com/zh-cn/officeonlineserver/deploy-office-online-server
Office Online Server:
ed2k://|file|cn_office_online_server_last_updated_march_2017_x64_dvd_10245068.iso|730759168|DA70F58CB8FFAF37C02302F2501CE635|/
language packs:
4.错误处理
https://social.technet.microsoft.com/forums/sharepoint/en-US/5c240b9a-6ecd-4b38-ab98-858f4451600c/fail-to-start-office-web-apps-server-2013-farm
After numerous repair and reinstallation attempts of Office Web Apps 2013 I started looking at the crash dumps using WinDbg. The dumps basically only revealed a Stack Overflow Exception. Turning to Procmon to find possible causes of the stack overflow revealed that Microsoft.Office.Web.AgentManager.exe is looking for the registry key "HKLM\SYSTEM\CurrentControlSet\services\eventlog\Microsoft Office Web Apps" but cannot find it.
Manually creating reg key "HKLM\SYSTEM\CurrentControlSet\services\eventlog\Microsoft Office Web Apps" and then starting the Office Web Apps service resolved the issue for me
5.设置配置参数
https://technet.microsoft.com/en-us/library/jj219442.aspx
https://technet.microsoft.com/zh-cn/library/jj219442.aspx
Set-OfficeWebAppsFarm -CacheSizeInGB:20
Set-OfficeWebAppsFarm -MaxMemoryCacheSizeInMB:2048
Set-OfficeWebAppsFarm -OpenFromUrlEnabled:1
6.WOPI HOST(PHP)
https://github.com/cisiqo/WopiHost