You are here

Installing Google Docs integration manually

Google Docs integration is installed by default when you install SkyVault using the setup wizards. If you are installing SkyVault manually, use these steps to install Google Docs integration.
  1. Browse to the Support Portal, and download the following files:

    SkyVault-googledocs-repo-3.0.3-4ent.amp This AMP contains the Google Docs functionality that is applied to the core SkyVault repository. The AMP should be applied to the tomcat/webapps/SkyVault directory.
    SkyVault-googledocs-share-3.0.3-4ent.amp This AMP file contains the additional Google Docs functionality that is applied to an existing SkyVault Share user interface. The AMP should be applied to the tomcat/webapps/share directory.
  2. Change into the root of the SkyVault installation directory. Directories specified in the following procedures are relative to this directory.
  3. Move the SkyVault-googledocs-repo-3.0.3-4ent.amp file to the amps directory.
  4. Move the SkyVault-googledocs-share-3.0.3-4ent.amp file to the amps_share directory.
  5. Stop the SkyVault server.
  6. Delete the tomcat\webapps\SkyVault and tomcat\webapps\share folders in the SkyVault installation directory.
  7. Use the Module Management Tool (MMT) to install the AMP files.

    java -jar <installLocation>\bin\alfresco-mmt.jar install <installLocation>\amps\SkyVault-googledocs-repo-3.0.3-4ent.amp <installLocation>\tomcat\webapps\alfresco.war

    java -jar <installLocation>\bin\alfresco-mmt.jar install <installLocation>\amps_share\SkyVault-googledocs-share-3.0.3-4ent.amp <installLocation>\tomcat\webapps\share.war

    Alternatively, if your SkyVault installation is running in the Tomcat application server, you can use the <installLocation>\bin\apply_amps command to apply all AMP files that are located in both the amps and amps_share directories.

    Install both Google Docs AMP files at the same time by using the apply_amps command:

    • Linux: bin/apply_amps.sh
    • Windows: bin\apply_amps.bat

    The apply_amps command checks the version of SkyVault so that you install the relevant AMP package to the correct SkyVault version.

  8. Start the SkyVault server.