- JDK 11
- Node 16 via NVM
- Blade CLI
Node.js via NVM
Install NVM:
- Linux:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash- macOS:
brew install nvm- Windows: Official guide
Install Node 16:
nvm install 16
nvm use 16git clone git@github.com:dcfrancisco/liferay-training.git
cd liferay-trainingcd configs/local
blade gw initBundle
# or
./gradlew initBundlecd modules/gradebook/gradebook-service
blade gw buildService
cd ..
blade gw buildcd modules/gradebook
blade gw deploycd modules/gradebook-web
blade gw build
blade gw deploycd themes/livingstone-fjord-theme
blade gw buildIf you’ve found this repo useful or it saved you time, consider buying me a coffee — it’s a small way to say thanks and help keep the motivation going!
Reach out via GitHub or connect on LinkedIn (if applicable).