generalalfresco

Install plugins

Alfresco has package modules (AMPs) which can be installed on top of the basic application.

To install any AMP on top of the Bitnami Alfresco Stack, follow the steps below. This example installs the Alfresco Records Management Module.

  • Download the module and extract the files.

  • Move the AMP file to the /opt/bitnami/alfresco/amps or the /opt/bitnami/alfresco/amps_share directory.

      $ sudo mv *.amp /opt/bitnami/alfresco/amps
    
  • Stop the Apache Tomcat server.

      $ sudo /opt/bitnami/ctlscript.sh stop tomcat
    
  • Run the apply_amps command in the root Alfresco directory.

      $ cd /opt/bitnami/alfresco
      $ sudo ./apply_amps.sh
    
  • Change the permissions of the new WAR files.

      $ sudo chown -R tomcat:tomcat /opt/bitnami/tomcat/webapps
    
  • Start the Apache Tomcat server.

      $ sudo /opt/bitnami/ctlscript.sh start tomcat
    
Last modification February 9, 2023