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

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

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

Jump to solution

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 Solution

Accepted Solutions
angelborroy
Alfresco Employee

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

Jump to solution

Download Alfresco RM 2.7.a from   

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

Hyland Developer Evangelist

View solution in original post

6 Replies
angelborroy
Alfresco Employee

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

Jump to solution

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

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

Hyland Developer Evangelist
renato_fritola
Active Member II

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

Jump to solution

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?

angelborroy
Alfresco Employee

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

Jump to solution

Download Alfresco RM 2.7.a from   

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

Hyland Developer Evangelist
renato_fritola
Active Member II

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

Jump to solution

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.

renato_fritola
Active Member II

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

Jump to solution

I recreated the image and it worked correctly.

Thank you very much.

appi_arpit2002
Member II

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

Jump to solution

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 ?