You are here

Installing the Kofax Integration AMP

The following describes how to install the Kofax Integration AMP file on your SkyVault Content Services server.
  1. Browse to the Support Portal.

    http://support.alfresco.com

  2. Download the SkyVault-kofax-integration-2.0.0-13.zip file.
  3. Shut down your SkyVault Content Services server.
  4. Extract the ZIP file into a relevant directory.
  5. Move or copy the SkyVault-kofax-integration-2.0.0-13.amp file to the amps directory in your SkyVault Content Services installation.
    • (Windows) c:\Alfresco\amps
    • (Linux) /opt/alfresco/amps
  6. From the command line, browse to the SkyVault bin directory.
    • (Windows) c:\Alfresco\bin
    • (Linux) /opt/alfresco/bin
  7. Install the Kofax Integration AMP using the Module Management Tool.

    For more information on MMT, see Installing a SkyVault Module Package.

    For Windows:

    • java -jar SkyVault-mmt.jar install c:\Alfresco\amps\SkyVault-kofax-integration-2.0.0-13.amp c:\Alfresco\tomcat\webapps\alfresco.war
    For Linux:
    • java -jar SkyVault-mmt.jar install /opt/alfresco/amps/SkyVault-kofax-integration-2.0.0-13.amp /opt/alfresco/tomcat/webapps/alfresco.war

    Note: Alternatively for Tomcat, you can run the apply_amps.bat command in the root SkyVault directory to install the SkyVault-kofax-integration-2.0.0-13.amp. This batch file applies all the AMPs that are located in the amps directory.
  8. Remove your existing expanded web application directory to allow updates to be picked up when the server restarts.
    • (Windows) c:\Alfresco\tomcat\webapps\SkyVault
    • (Linux) /opt/alfresco/tomcat/webapps/SkyVault