Governance Services is installed by applying two AMP files to an existing Alfresco Content Services installation.
You can download the Alfresco Governance Services distribution from Hyland Community. Log in, select the Support tab, and then the Alfresco Downloads option under Software Downloads. Search for the required version of Governance Services.
The Governance Services distribution zip file contains the following files:
alfresco-governance-services-enterprise-repo-23.x.x.xxx.amp | Contains Governance Services functionality that’s applied to an existing Alfresco Content Services installation. |
alfresco-governance-services-enterprise-share-23.x.x.xxx.amp | Contains Governance Services functionality that’s applied to an existing Alfresco Share installation. |
Note: Install the AMPs manually using the Module Management Tool (MMT), rather than using the
apply_amps
tool.
-
Download the distribution zip.
-
Stop the Alfresco Content Services server.
-
Delete the
tomcat\webapps\alfresco
andtomcat\webapps\share
folders in the Alfresco Content Services installation directory.Deleting these directories forces Tomcat to read the edited WAR files when Alfresco Content Services is restarted.
Note: If you are using non-Windows systems, such as Mac OS X and Linux, you’ll need to replace the backslashes by forward slashes in directory paths.
-
Copy the AMP files to the Alfresco
amps
andamps_share
directories.- Copy the
alfresco-governance-services-enterprise-repo-23.x.x.xxx.amp
file to the Alfrescoamps
directory. - Copy the
alfresco-governance-services-enterprise-share-23.x.x.xxx.amp
file to the Alfrescoamps_share
directory.
- Copy the
-
Change into the root of the Alfresco Content Services installation directory. Directories specified in the following procedures are relative to this directory.
-
Run the following commands to install the AMP files:
java -jar bin\alfresco-mmt.jar install amps\alfresco-governance-services-enterprise-repo-23.x.x.xxx.amp tomcat\webapps\alfresco.war
java -jar bin\alfresco-mmt.jar install amps_share\alfresco-governance-services-enterprise-share-23.x.x.xxx.amp tomcat\webapps\share.war
-
Start the Alfresco Content Services server.
-
Check the AMP files have been installed successfully, using these commands:
java -jar bin\alfresco-mmt.jar list tomcat\webapps\alfresco.war
and
java -jar bin\alfresco-mmt.jar list tomcat\webapps\share.war
-
Start Share by browsing to:
http://<your-server-name>:<port number>/share
Note: When you install Governance Services the Security Controls features are installed at the same time.
Final step before you can start with Records Management is to create the Records Management site.