Path of amps and amps_share and amps.sh in containerize alfresco 7.2

cancel
Showing results for 
Search instead for 
Did you mean: 
crisdev13
Active Member II

Path of amps and amps_share and amps.sh in containerize alfresco 7.2

hi guys where is the path  of amps and amps_share and amps.sh in containerize alfresco 7.2 i am trying to install add-ons thanks!

1 Reply
sanjaybandhniya
Intermediate

Re: Path of amps and amps_share and amps.sh in containerize alfresco 7.2

If you want to install amps in containerize  alfresco then you need to create Dockerfile.

Ex.


# Install modules and addons
RUN mkdir -p $TOMCAT_DIR/amps
COPY modules/amps $TOMCAT_DIR/amps
COPY modules/jars $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib

RUN java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \
$TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force