Alfresco

ARender UI for Alfresco

ARender ui for Alfresco images tag are prefixed with “-alfresco” (e.g arender-ui:4.8.15-alfresco).

To run the container, execute:

$> docker run artifactory.arondor.cloud:5001/arender-ui:4.8.15-alfresco \
-e ARENDERSRV_ARENDER_SERVER_ALFRESCO_ATOM_PUB_URL="http://<alfresco-host>:<alfresco-port>/alfresco/api/-default-/cmis/versions/1.1/atom"

Alfresco in Docker

Add the ARender plugin in Alfresco share container and Alfresco content repository container to make it works.

If needed, some resources about ARender for Alfresco are available below:

Warning
The plugin must be in tomcat/lib or /tomcat/shared/lib. Insure these paths are listed in shared.lib property in Alfresco component’s catalina.properties.

To inform share about the location of the ARender UI server, add the following lines in Alfresco share configuration file.

tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
  <config evaluator="string-compare" condition="Arender">
    <url>http://{arender-web-ui-server}</url>
    <!-- example: <url>http://localhost</url> -->
  </config>