Book Image

Liferay Beginner's Guide

Book Image

Liferay Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
Liferay
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
PayPal Test Account Configuration
Index

Time for action – enabling OpenOffice integration


  1. For doing this, we need OpenOffice installed, and the service started. Get the latest version of OpenOffice and install it.

  2. After installing, we may need to start the OpenOffice service. This can be done by navigating to the folder where OpenOffice is installed (for example, C:\Program Files\OpenOffice.org 3\program) from the console, and issuing the following command:

    soffice -headless -accept=”socket,host=127.0.0.1,port=8100;urp;” -nofirststartwizard
  3. This should start up OpenOffice as the service running on port 8100.

  4. Log in to Liferay using admin credentials.

  5. Navigate to Control Panel by clicking on Manage | Control Panel from the dock bar.

  6. Click on the Server Administration from the bottom-left, and then click on OpenOffice, as shown in the following screenshot:

  7. Check Enabled and click on Save.

What just happened?

We have integrated OpenOffice, which will be used later for file conversion.