10-26-2018 09:02 AM
I tried installing Records Management Community via dockerfile but I did not succeed, the changes are not applied in share. Below the dockerfile content:
FROM alfresco/alfresco-content-repository-community
COPY amps/alfresco-rm-community-repo-3.0.a.amp \
/usr/local/tomcat/amps/alfresco-rm-community-repo-3.0.a.amp
COPY amps/alfresco-rm-community-share-3.0.a.amp \
/usr/local/tomcat/amps_share/alfresco-rm-community-share-3.0.a.amp
RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \
/usr/local/tomcat/amps/alfresco-rm-community-repo-3.0.a.amp \
/usr/local/tomcat/webapps/alfresco -nobackup -force
RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \
/usr/local/tomcat/amps_share/alfresco-rm-community-share-3.0.a.amp \
/usr/local/tomcat/webapps/alfresco -nobackup -force
best regards,
10-26-2018 06:06 PM
10-26-2018 09:44 AM
It should work... This is the configuration we are using:
docker-alfresco/Dockerfile at master · keensoft/docker-alfresco · GitHub
10-26-2018 05:00 PM
I created new containers based on this project (https://github.com/keensoft/docker-alfresco) but even so when I run the share and vendor the modules themselves are not available. I need to install the registry management module to be able to block clipping, sort with private etc ... It may be that there is missing some step to be executed, how can I check it?
10-26-2018 06:06 PM
10-27-2018 08:31 AM
I noticed that the copy command is not working, because when I access the directory inside the container I can not find the amp file.
10-27-2018 10:25 AM
I recreated the image and it worked correctly.
Thank you very much.
10-09-2019 09:21 PM
Hey , i am also trying to install alfresco-rm-community-repo-2.7.a.amp to dockerized Alfresco Community Edition but getting issues like modules.properties not found , May i know the exact steps you followed ?
Explore our Alfresco products with the links below. Use labels to filter content by product module.