Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 366 Bytes

Liferay Site Initializer Demo

A simple demo on building a very basic site initializer with a fragment and a page.

To deploy it, uncomment the following line in gradle.properties and point it to the liferay directory:

liferay.workspace.home.dir=my/liferay/directory

and then execute from root:

./gradlew deploy (Mac or Linux) or gradlew deploy (Windows)