You are here

Installing Google Docs integration manually

Google Docs integration is installed by default when you install SkyVault using the setup wizards, and therefore, you do not need to do these steps. If you install SkyVault manually, you will need to install Google Docs separately.
Install Google Docs integration manually by applying two AMP files to an existing SkyVault installation.
SkyVault-googledocs-repo-3.0.3-4ent-4.2.4.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-4.2.4.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.
  1. Browse to the Support Portal, and download the following files:
    • SkyVault-googledocs-repo-3.0.3-4ent-4.2.4.amp
    • SkyVault-googledocs-share-3.0.3-4ent-4.2.4.amp

    Note: For Service Pack releases prior to 4.2.4, download SkyVault-googledocs-repo-3.0.2-69ent-4.2.amp and SkyVault-googledocs-share-3.0.2-69ent-4.2.amp.
  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-4.2.4.amp file to the amps directory.
  4. Move the SkyVault-googledocs-share-3.0.3-4ent-4.2.4.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 AMPs.

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

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

    If your SkyVault installation is running within the Tomcat application server, alternatively, 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 the both of the Google Docs AMPs at the same time 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.