Office Web apps server: Building a mobile office system

Source: Internet
Author: User

I guess there are 10 ways for 10 people to read documents on iPad or mobile phones.

A few days ago, Ms experts tried to promote their products. I learned how to build a mobile office system so that devices on the network do not need to install office software to view office documents.

You may need:

One host, system: Windows Server 2008 R2 Service Pack 1 or Windows Server 2012

This article uses Windows Server 2012

Software requirements: Office Web apps server: http://www.microsoft.com/zh-cn/download/details.aspx? Id = 35489

Download, server roles, and functions required by Office Web apps server Preview
Download, server role, or function Windows Server 2008 r2 Windows Server 2012

Download: Office Web apps Server

Download and install

Download and install

Download:. NET Framework 4.5

Download and install

Installed

Download: Kb2592525

Download and install

Installed

Download: Windows powershell 3.0

Download and install

Installed

Server role: Web Server (IIS)

The following listWeb Server (IIS)The minimum role service required by the server role.

Common HTTP Functions

  • Static content

  • Default document

Application Development

  • ASP. NET

  • . Net scalability

  • ISAPI extension

  • ISAPI filter

  • The server includes

Security

  • Windows Authentication

  • Request Filtering

Management tools

  • IIS Console

The following options are recommended, but they are not required:

Performance

  • Static content Compression

  • Dynamic Content Compression

The following listWeb Server (IIS)The minimum role service required by the server role.

Management tools

  • IIS Console

Web Server

  • Common HTTP Functions

  • Default document

  • Static content

Security

  • Request Filtering

  • Windows Authentication

Application Development

  • . Net extensibility 4.5

  • ASP. Network 4.5

  • ISAPI extension

  • ISAPI filter

  • The server includes

The following services are recommended, but they are not required:

Performance

  • Static content Compression

  • Dynamic Content Compression

Function: Ink and handwriting services

Moji and handwriting services

  • Moji support

Moji and handwriting services

Note:

You do not have to install ink marks. You can only install ink and handwriting services

 

The rest is the installation of software.

Do not worry after installation.

If you do not want to use Microsoft suites (such as Sharepoint Server 2013, Exchange Server 2013, or lync server 2013), you must first add a domain. Or you can install Active Directory and create a domain by yourself.

For example, I am luozhuang.com, because there are many tutorials on the Internet about the domain. I will not repeat it.

After completing the preceding steps, you can start the server.

Enable Windows powershell 3.0 with administrator privileges

Execute Command

New-officewebsitefarm-internalurl "http://win-kfmi99jvfn.luozhuang.com"-externalurl "https://server.external.luozhuang.com"

Here, HTTP can use IP addresses. For example, my IP address is 192.168.1.100, for example-externalurl: "http: // 192.168.6.128"

Internalurl is a domain access. Generally, you can use the local name, or you can simply use the Internet access (externalurl)

Externalurl is important. After all, network access is required.

PS c: \ windows \ system32> set-officewebsitefarm-externalurl: "http: // 192.168.6.128"

Farmou:
Internalurl: http://win-kfmi99jvfn9.luozhuang.com/
Externalurl: http: // 192.168.6.128/
Allowhttp: True
Ssloffloaded: false
Certificatename:
Editingenabled: false
Loglocation: C: \ programdata \ Microsoft \ officewebapps \ data \ logs \ ULS
Logretentionindays: 7
Logverbosity:
Proxy:
Cachelocation: C: \ programdata \ Microsoft \ officewebapps \ working \ D
Maxmemorycachesizeinmb: 75
Documentinfocachesize: 5000
Cachesizeingb: 15
Clipartenabled: false
Translationenabled: false
Maxtranslationcharactercount: 125000
Translationserviceappid:
Translationserviceaddress:
Renderinglocalcachelocation: C: \ programdata \ Microsoft \ officewebapps \ working \ waccache
Recycleactiveprocesscount: 5
Allowceip: false
Excelrequestdurationmax: 300
Excelsessiontimeout: 450
Excelworkbooksizemax: 10
Excelprivatebytesmax:-1
Excelconnectionlifetime: 1800
Exelexternaldatacachelifetime: 300
Excelallowexternaldata: True
Excelwarnondatarefresh: True
Openfromurlenabled: True
Openfromuncenabled: True
Openfromurlthrottlingenabled: True
Allowhtt?curestoreconnections: false
Machines: {WIN-KFMI99JVFN}

In general, we recommend that you use IIS to create a website for hosting. Otherwise, you can use the shared directory. Note that additional parameter settings are required for the shared directory, I hope you can refer to msdn for more information.

Extract Internet Access Links: Use the configured internalurl or externalurl +/OP/generate. aspx

For example, if the local machine is used.

Well, you didn't see msdn again. By default, when you create a new office Web apps server farm, the online viewer is set to false (disabled ).

The administrator needs to execute

Set-officewebappsfarm-openfromurlenabled: $ true

Here I hope you can read more about the documents. No more content is displayed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.