Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Overview of this book

Table of Contents (19 chapters)
Liferay 6.x Portal Enterprise Intranets Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Enabling local live staging


Staging is a powerful tool that allows users to change, deploy, and test a new site's configuration before it goes into production. In other words, it provides a testing environment that is visible only to administrators. Users can stage their work; this means they have the ability to work on the working copy of the website.

Liferay provides the site administrator with the possibility to use local live staging and remote live staging. When we are talking about local live staging, the staging site and live site are in the same Liferay instance and on the same server. Remote live staging provides the possibility to configure and test changes in a different host (which is invisible in the production environment) and deploy changes to the production environment.

How to do it…

To enable local live staging, follow these steps:

  1. Login as an administrator and go to Admin | Site Administration | Configuration | Site Settings.

  2. Choose the Staging tab in the Advanced section.

    Tip...