System requirements for Windows Server 2012,
Note: Servers that install Office Web apps cannot install other apps other than Office Web apps. This includes applications such as Office,lync,,sharepoint that cannot be installed, i.e. they are deployed separately.
installation IIS 7.0
Open Server Manager
Add roles and Features
Open the Add Roles and Features Wizard interface and click Next
Select Role-based or feature-based installation because this is a native-based installation
Click "Next"
On the Server Role list, select Web server
"Next", install.
Note that when you install IIS, you install the "Manage service" under the Web server,
or run the command in the following order:
Run PowerShell as an administrator
View Code
This powershell means enabling related roles and features for Windows, such as ink handwriting services, ASP. NET 4.5,iis Services, etc.
installation Office Web Apps
Download from http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=35489 link
Microsoft Office Web Apps Server
Click Install.
Open the installation file with the following interface:
Agree to the agreement, click "Continue"
Select the installation location and click "Install Now".
When the installation is complete, click "Close"
installation Office Web Apps Patch files
Download patch files from http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=38378 for installation
Such as:
Tick the license terms to continue the installation.
Installation complete interface.
installation Office Web Apps Language Packs
The language pack for Office Web apps allows users to view Office documents as they are available in a SharePoint site when they are open in the web, and if the in-document package contains multiple languages. Language packs can be opened at the following links:
http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=35490
It's the installation interface.
Click Accept Agreement to continue. To complete the installation.
Reboot after installation . Otherwise, PowerShell does not recognize the associated cmdlet commands in the next operation.
If you do not want to restart, you can type the following command in PowerShell
Import-moduleofficewebapps
To load the Office Web Apps Management Command set
Note: If you are installing a language pack for the office Web Apps Farm, isolate the individual servers from the farm separately and then install them individually.
Distribution Department Office Web Apps
On the Officewebapps server, open PowerShell as an administrator, type the command
New-officewebappsfarm–internalurl "http://OfficeWebApps.veekee.cn" –allowhttp–editingenabled
(where http://OfficeWebApps.veekee.cn OfficeWebApps.veekee.cn is the full computer name of the Officewebapps server.) This name is based on the specific environment.
The
Enter to determine.
Prompt will appear
Enter "Y" and return.
If successful, the list information will be returned
We can enter the following URL in the server's browser to verify
Http://OfficeWebApps.veekee.cn/hosting/discovery
(where http://OfficeWebApps.veekee.cn OfficeWebApps.veekee.cn is the full computer name of the Officewebapps server.) This name is based on the specific environment)
If the installation is successful, a message will be displayed:
This is where office Web apps deployment succeeds.
In general, Office Web Apps is used in conjunction with other apps, as shown in:
If you develop a system yourself, you can actually invoke Office Web Apps.
WEB Office Apps Installation Deployment