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)