Use these steps to install the Google Docs Integration.
-
Download the installation files.
For Alfresco Content Services, browse to Hyland Community:
File Description alfresco-googledrive-repo-enterprise-4.0.x.amp This AMP contains the Google Docs functionality that is applied to the core repository. The AMP should be applied to the tomcat/webapps/alfresco directory
.alfresco-googledrive-share-4.0.x.amp This AMP file contains the additional Google Docs functionality that is applied to an existing Alfresco Share user interface. The AMP should be applied to the tomcat/webapps/share
directory.For Alfresco Community Edition, you’ll need:
File Description alfresco-googledrive-repo-community-4.0.x.amp This AMP contains the Google Docs functionality that is applied to the core repository. The AMP should be applied to the tomcat/webapps/alfresco directory
.alfresco-googledrive-share-4.0.x.amp This AMP file contains the additional Google Docs functionality that is applied to an existing Alfresco Share user interface. The AMP should be applied to the tomcat/webapps/share
directory. -
Change into the root of the installation directory (
<installLocation>
). Directories specified in the following procedures are relative to this directory. -
Move the repository AMP file to the amps directory.
-
Move the Share AMP file to the
amps_share
directory. -
Stop the server.
-
Delete the
tomcat\webapps\alfresco
andtomcat\webapps\share
folders in the installation directory. -
Use the Module Management Tool (MMT) to install the AMP files into the relevant WAR file:
For the repository:
java -jar <installLocation>\bin\alfresco-mmt.jar install <installLocation>\amps\alfresco-googledrive-repo-**<version>**.amp <installLocation>\tomcat\webapps\alfresco.war
Note: Replace
<version>
with your specific file name.- Alfresco Content Services:
alfresco-googledrive-repo-enterprise-4.0.x.amp
- Alfresco Community Edition:
alfresco-googledrive-repo-community-4.0.x.amp
For Alfresco Share:
java -jar <installLocation>\bin\alfresco-mmt.jar install <installLocation>\amps_share\alfresco-googledrive-share-**<version>**.amp <installLocation>\tomcat\webapps\share.war
Note: Replace
<version>
with your specific file name.Alternatively, if your 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 andamps_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 Alfresco Content Services so that you install the relevant AMP package to the correct version. - Alfresco Content Services:
-
Start the server.