cancel
Showing results for 
Search instead for 
Did you mean: 

How to install Alfresco Governance Services on dockerized Alfresco Community Edition?

renato_fritola
Confirmed Champ
Confirmed Champ

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,

1 ACCEPTED ANSWER

Download Alfresco RM 2.7.a from   

And copy the artefacts to your local amps and amps_share folders.

Hyland Developer Evangelist

View answer in original post

6 REPLIES 6

angelborroy
Community Manager Community Manager
Community Manager

It should work... This is the configuration we are using:

docker-alfresco/Dockerfile at master · keensoft/docker-alfresco · GitHub 

Hyland Developer Evangelist

renato_fritola
Confirmed Champ
Confirmed Champ

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?

Download Alfresco RM 2.7.a from   

And copy the artefacts to your local amps and amps_share folders.

Hyland Developer Evangelist

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 ?