• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to deploy pages configuration?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Richard Sezov,

Is there a way to deploy a base site tree and configuration on liferay?

Best regards,
Nestor
 
Author
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, there are several ways.

1. You can create the site on one portal, then export the configuration into a LAR file, then import it into another portal server.

2. You can use Liferay's remote staging facility to push pages from a staging server to the production server.

3. You can write a hook that programmatically creates the site (the 7cogs-hook which ships with Liferay CE is a good example of this).

Hope this helps!

--Rich
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic