Requirements
- Liferay 7.3 CE GA6 and higher.
- Liferay 7.2 CE GA2 and higher.
- Liferay 7.1 CE GA4 and higher.
- Liferay 7.0 CE GA7 and Liferay DXP SP3 or higher versions.
- Java 1.8 or above
- gradle 3.0 or above need to be installed
- jpm needs to be installed. (instruction to install is as follows)
Installing Blade CLI
Please install Liferay Workspace Installer first.
Damascus uses JPM for it’s installation and Liferay Workspace that Blade CLI generates.
You can install Blade CLI using the Liferay Workspace installer. This installs JPM and Blade CLI into your user home folder and optionally initializes a Liferay Workspace folder.
For further steps of installation, please see INSTALLING BLADE CLI in the official documents.
Installing Damascus
Mac
Open a terminal and type a command below.
curl https://raw.githubusercontent.com/yasuflatland-lf/damascus/master/installers/global | sudo sh
Windows
- Download jpm and install.
- Install
damascus.jar
withjpm
as follows.
jpm install https://github.com/yasuflatland-lf/damascus/raw/master/latest/damascus.jar
How to update Damascus
-
Run
jpm remove damascus
to uninstall damascus. -
Remove all files under
[user_name]/.damascus
folder. If you’ve modified files, please change them accordingly after regenerating configurations and templates. -
Follow How to install section to install again.