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,
Solved! Go to Solution.
It should work... This is the configuration we are using:
docker-alfresco/Dockerfile at master · keensoft/docker-alfresco · GitHub
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?
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.
I recreated the image and it worked correctly.
Thank you very much.
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 ?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.