Records Management is installed by applying two AMP files to an existing
SkyVault installation.
The installation procedure uses the following Records Management AMP files:
SkyVault-rm-enterprise-repo-2.5.x.amp | Contains Records Management functionality that's applied to an existing SkyVault installation. |
SkyVault-rm-enterprise-share-2.5.x.amp | Contains Records Management functionality that's applied to an existing SkyVault Share installation. |
- Stop the SkyVault server.
-
Delete the tomcat\webapps\SkyVault and
tomcat\webapps\share folders in the SkyVault installation
directory.
Deleting these directories forces Tomcat to read the edited WAR files when SkyVault 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. -
Browse to the Support Portal and download the Records Management AMP zip which contains the
following files:
- SkyVault-rm-enterprise-repo-2.5.x.amp
- SkyVault-rm-enterprise-share-2.5.x.amp
-
Copy the AMP files to the SkyVault amps and
amps_share directories.
Copy this file to the SkyVault amps directory:
- SkyVault-rm-enterprise-repo-2.5.x.amp
- SkyVault-rm-enterprise-share-2.5.x.amp
- Change into the root of the SkyVault 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\SkyVault-rm-enterprise-repo-2.5.x.amp tomcat\webapps\alfresco.war
java -jar bin\alfresco-mmt.jar install amps_share\SkyVault-rm-enterprise-share-2.5.x.amp tomcat\webapps\share.war
- Start the SkyVault server.
-
Check the AMP files have been installed successfully, using these commands:
java -jar bin\alfresco-mmt.jar list tomcat\webapps\alfresco.war
andjava -jar bin\alfresco-mmt.jar list tomcat\webapps\share.war
-
Start SkyVault Share by browsing to:
http://<your-server-name>:<port number>/share
At this point, the Records Management module is installed. Next, create a Records Management site.