{"id":12228,"date":"2019-01-29T16:30:45","date_gmt":"2019-01-29T15:30:45","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/"},"modified":"2019-01-29T16:30:45","modified_gmt":"2019-01-29T15:30:45","slug":"how-to-deploy-office-web-apps-server-2013","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/","title":{"rendered":"How To Deploy Office Web Apps Server 2013"},"content":{"rendered":"<h2>The 4 Steps Of Office Web Apps Server 2013 Installation<\/h2>\n<p>Office Web Apps provides browser-based versions of Excel, One Note, Word and PowerPoint. It also helps users who access files through SharePoint 2013.<\/p>\n<p>The objective of this topic is to define the steps to install office web apps 2013, create the farm and the binding so that it can be used within SharePoint 2013 test environment.<\/p>\n<p>For this example, we have the following systems in place:<\/p>\n<ul>\n<li>Windows Server 2012 r2<\/li>\n<li>SharePoint Server 2013<\/li>\n<\/ul>\n<h3>1) <span style=\"text-decoration: underline\">Install Server roles, features &amp; Role services<\/span><\/h3>\n<p><span style=\"text-decoration: underline\">Server roles<\/span>:<\/p>\n<ul>\n<li>Web server<\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline\">Features<\/span>:<\/p>\n<ul>\n<li>Ink and Handwriting services<\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline\">Role services<\/span>:<\/p>\n<ul>\n<li>Dynamic Content Compression<\/li>\n<li>Windows Authentication<\/li>\n<li>.Net Extensibility 4.5<\/li>\n<li>ASP.Net 4.5<\/li>\n<li>Server Side Includes<\/li>\n<\/ul>\n<p>Restart the server.<\/p>\n<p><strong>Note that if your installation is done on Windows Server 2016, the feature &#8220;Ink and Handwriting services&#8221; is now a default part of the server and no longer requires a separate package.<\/strong><\/p>\n<h3>2) <span style=\"text-decoration: underline\">Install Office Web Apps<\/span><\/h3>\n<p>Launch the setup from the DVD file and wait until the installation is finished.<\/p>\n<h3>3)<span style=\"text-decoration: underline\"> Create Office Web Apps Farm<\/span><\/h3>\n<p>1) Specify the internal URL for the server name<br \/>\n2) Use administrative privileges<br \/>\n3) run the Power Shell command &#8220;New-OfficeWebAppsFarm -InternalURL http:\/\/servername -AllowHttp -EditingEnabled&#8221;<\/p>\n<p>This command allows HTTP as it is internal and the function enable editing to allow users to edit documents.<\/p>\n<p>To verify that the farm is successfully created, type in the browser the URL &#8220;http:\/\/servername\/hosting\/delivery&#8221;.<\/p>\n<h3>4)<span style=\"text-decoration: underline\"> Bind Office Web Apps and SharePoint<\/span><\/h3>\n<p>The communication between both sides still need to be done through HTTP protocol.<\/p>\n<p>1) Use administrative privileges<br \/>\n2) Switch over SharePoint management shell<br \/>\n3) Run the command &#8220;New-SPWOPIBinding -ServerName servername -AllowHTTP&#8221;<\/p>\n<p>The command should return that HTTP protocol is used internally and a list of bindings.<\/p>\n<p>Check SharePoint default internal zone:<\/p>\n<p>Get-SPWOPIZone<\/p>\n<p>If it is HTTPS, change it into HTTP:<\/p>\n<p>Set-SPWOPIZone -Zone internal-http<\/p>\n<p>Set the authentication OAuth over HTTP to true:<\/p>\n<ul>\n<li>$config = (Get-SPSecurityTokenServiceConfig)<\/li>\n<li>$config.AllowOAuthOverHttp = $true<\/li>\n<li>$config.update()<\/li>\n<\/ul>\n<p>SharePoint can now use Office Web Apps.<\/p>\n<p><strong>To avoid errors, few points need to be verify before testing Office Web apps within SharePoint<\/strong>:<\/p>\n<p>a) Check SharePoint authentication mode (claims-based and not classic) using PowerShell:<\/p>\n<ul>\n<li>$WebApp=&#8221;http:\/\/webapp\/&#8221;<\/li>\n<li>(Get-SPWebApplication $WebAppURL).UseClaimsAuthentication<\/li>\n<\/ul>\n<p>b) Check that the login account is not a system account but a testing account.<\/p>\n<p>c) Enabling editing Office Web Apps, if it is false, set it to true using the PowerShell command:<\/p>\n<ul>\n<li>Set-OfficeWebAppsFarm -EditingEnabled:$true<\/li>\n<\/ul>\n<p>d) Check that Office Web Apps has enough memory<\/p>\n<p>Need help, more details can be found on <a title=\"Configure Office Web Apps Server 2013\" href=\"https:\/\/docs.microsoft.com\/en-us\/webappsserver\/video-configure-office-web-apps-for-sharepoint-2013\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The 4 Steps Of Office Web Apps Server 2013 Installation Office Web Apps provides browser-based versions of Excel, One Note, Word and PowerPoint. It also helps users who access files through SharePoint 2013. The objective of this topic is to define the steps to install office web apps 2013, create the farm and the binding [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[1558,1559,1560,272,1561,460,1562,1553],"type_dbi":[],"class_list":["post-12228","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-office-web-apps","tag-office-web-apps-2013","tag-office-web-apps-server-2013","tag-powershell","tag-server-roles","tag-sharepoint-2013","tag-sharepoint-management-shell","tag-sharepoint-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Deploy Office Web Apps Server 2013 - dbi Blog<\/title>\n<meta name=\"description\" content=\"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Deploy Office Web Apps Server 2013\" \/>\n<meta property=\"og:description\" content=\"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-29T15:30:45+00:00\" \/>\n<meta name=\"author\" content=\"Microsoft Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\"},\"author\":{\"name\":\"Microsoft Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\"},\"headline\":\"How To Deploy Office Web Apps Server 2013\",\"datePublished\":\"2019-01-29T15:30:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\"},\"wordCount\":404,\"commentCount\":0,\"keywords\":[\"Office Web Apps\",\"Office Web Apps 2013\",\"Office Web Apps Server 2013\",\"PowerShell\",\"Server roles\",\"SharePoint 2013\",\"SharePoint Management Shell\",\"SharePoint server\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\",\"name\":\"How To Deploy Office Web Apps Server 2013 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2019-01-29T15:30:45+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\"},\"description\":\"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Deploy Office Web Apps Server 2013\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\",\"name\":\"Microsoft Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"caption\":\"Microsoft Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/microsoft-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Deploy Office Web Apps Server 2013 - dbi Blog","description":"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/","og_locale":"en_US","og_type":"article","og_title":"How To Deploy Office Web Apps Server 2013","og_description":"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013","og_url":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/","og_site_name":"dbi Blog","article_published_time":"2019-01-29T15:30:45+00:00","author":"Microsoft Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Microsoft Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/"},"author":{"name":"Microsoft Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4"},"headline":"How To Deploy Office Web Apps Server 2013","datePublished":"2019-01-29T15:30:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/"},"wordCount":404,"commentCount":0,"keywords":["Office Web Apps","Office Web Apps 2013","Office Web Apps Server 2013","PowerShell","Server roles","SharePoint 2013","SharePoint Management Shell","SharePoint server"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/","url":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/","name":"How To Deploy Office Web Apps Server 2013 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2019-01-29T15:30:45+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4"},"description":"Learn How To Implement Office Web Apps Server 2013 Within SharePoint Server 2013","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-deploy-office-web-apps-server-2013\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Deploy Office Web Apps Server 2013"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4","name":"Microsoft Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","caption":"Microsoft Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/microsoft-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12228"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12228\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12228"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}