This repo is for webteam's workspace for plugin development.
For Liferay 6.2.x Instructions go here
Modules are categoried and live in their respective folders
- apps
- extensions
- overrides
- themes
- See Docker README for install instructions
- Once set up simply navigate to the
docker
directory and rungradle up
andgradle down
to control your containers
- Make sure your docker instance is running (
gradle up
) - From the directory of the module you want to deploy run the command
gradle deploy
and it will deploy the module to thedocker/liferay
directory which is automatically synced to your docker instance