Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.68 KB

File metadata and controls

51 lines (30 loc) · 1.68 KB

${My Projects's Name}

A basic description of my project.

Developed to run on the following versions of Liferay and/or Commerce: Liferay DXP 7.3, Commerce 2.1.1, etc

Built with Liferay Workspace and Blade CLI.

Include an image or gif that represents your project

screenshot

How to Build and Deploy to Liferay

Follow the steps below to build and deploy or copy the modules from the releases page to your Liferay's deploy folder.

In order to build or deploy this module you will need to install Blade CLI.

To Build

$ blade gw build

You can find the built modules at modules/{module-name}/build/libs/{module-name}.jar.

To Deploy

In gradle-local.properties add the following line to point towards the Liferay instance you want to deploy to:

liferay.workspace.home.dir=/path/to/liferay/home

$ blade gw deploy

Usage

Adding Widgets to a Page.

Explain what's required to set up and make use of all of the projects features.

Features

  • Feature One
    • feature one
  • Feature Two
    • feature two
  • Feature Three
    • feature three

Wherever possible, include more images or gifs that explain the features of your project.

Issues & Questions Welcome