Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Installing OpenAnnotate Service Alfresco and Share AMPs

kforbes edited this page Nov 20, 2017 · 1 revision

This page contains instructions for installing oa-service-alfresco.amp and oa-service-share.amp. If you need these AMPs, please contact TSG.

Installing the OpenAnnotate Service AMPs

  1. Copy the oa-service-alfresco.amp file to your ${ALFRESCO_HOME}/amps folder.

  2. Copy the oa-service-share.amp file to your ${ALFRESCO_HOME}/amps_share folder.

  3. If Alfresco and Share are running, shut them down.

  4. Navigate to the ${ALFRESCO_HOME} directory. Use alfresco.mmt to install oa-service-alfresco.amp into the alfresco.war file and oa-service-share.amp into the share.war file by running the following commands:

     java -jar bin/alfresco-mmt.jar install amps/oa-service-alfresco.amp tomcat/webapps/alfresco.war -verbose   
     java -jar bin/alfresco-mmt.jar install amps_share/oa-service-share.amp tomcat/webapps/share.war -verbose  
    
  5. Remove the old alfresco and share folders in the ${ALFRESCO_HOME}/tomcat/webapps directory.

  6. Start up the Alfresco and Share servers.

  7. To verify that the AMPs have been installed correctly, open a PDF asset in Share. The OpenAnnotate action should be available on the Document Actions panel on the right-hand side of the screen. Click the button to launch the OpenAnnotate Service.

Clone this wiki locally