Skip to content

devclubspb/liferay-bootstrap

Repository files navigation

Liferay bootstrap logo

liferay-bootstrap

Liferay boostrap project.

Get started

Pre requirements

Installation

Create and go to the directory of your project in the terminal:

mkdir "path/to/your/project/directory"
cd "path/to/your/project/directory"

Copy and run this snippet in the terminal:

git clone https://github.com/devclubspb/liferay-bootstrap.git && \
mv liferay-bootstrap-project/* . && \
rm -rf liferay-bootstrap-project && \
git init && \
git add . && \
git commit -m "Initial commit" && \
./gradlew initBundle