Hi,
I'm trying to install a new theme (theme.war tested and working on another server) to my Liferay Bitnami stack runing on AWS.
First off I was not sure where to install it.
I have made Liferay the root of my server. I found a deploy directory under /opt/bitnami/apps/liferay/data/deploy. I figured it would be the one.
To be able to copy my theme.war file I had to change the owner of the directory to bitnami
sudo chowm bitnami /opt/bitnami/apps/liferay/data/deploy
I was then able to copy my theme.war file.
However nothing seems to happen.
The file remains in the directory and the theme isn't deployed.
Am I missing something? Is the deploy directory not the right one? Is hot deploy not supported in the Bitnami stack?
Your help is appreciated.