09-18-2022 10:14 AM
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!
09-19-2022 12:37 PM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.