sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

fix backend deployment on non-productive mode #72

Closed AtsushiNemoto closed 4 years ago

AtsushiNemoto commented 4 years ago

With the upgrade to Liferay 7, deployment directories were changed like this (in productive mode):

/opt/sw360/webapps => /opt/sw360/deploy/tomcat /opt/sw360/deploy => /opt/sw360/deploy/liferay

Fix non-productive mode deployment according to this change.

Signed-off-by: Atsushi Nemoto atsushi.nemoto@sord.co.jp

mcjaeger commented 4 years ago

(from discussion) ready to merge