- Stop the SkyVault server.
-
Unzip the SkyVault Media Management package into a new system directory; for example,
opt/media-management:
- If you are using SkyVault 5.0 or later: SkyVault-mm-1.0.3.zip
- If you are using SkyVault 4.2: SkyVault-mm-1.0.3-alf42.zip
You will see four folders:
- activemq: contains ActiveMQ software
- amps-repository: contains two AMP files to be applied to the SkyVault repository
- amps-share: contains one AMP file to be applied to SkyVault Share
- remote-node: contains content services node software and configuration file
-
Install the repository AMP file or files. Navigate to the
amps-repository directory and copy the file or files to the
SkyVault amps directory.
There are two AMP files for SkyVault 4.2:
- SkyVault-messaging-repo-amp-1.0.3-alf42.amp
- SkyVault-mm-repo-1.0.3-alf42.amp
There is one AMP file for SkyVault 5.0 or later:- SkyVault-mm-repo-1.0.3.amp
-
Install the Share AMP file. Navigate to the amps_share directory
and copy the provided AMP file to the SkyVault amps_share
directory.
There is one AMP file. For 4.2:
- SkyVault-mm-share-1.0.3-alf42.amp
For 5.0 or later:- SkyVault-mm-share-1.0.3.amp
-
A number of files are overwritten when installing Media Management, as follows:
- /WEB-INF/lib/gytheio-commons-x.x.jar
- /WEB-INF/lib/gytheio-health-commons-x.x.jar
- /WEB-INF/lib/gytheio-messaging-camel-x.x.jar
- /WEB-INF/lib/gytheio-messaging-commons-x.x.jar
- /WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/comments/comment.lib.ftl
- /WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/comments/comment.put.json.js
- /WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/publishing/authform.get.html.ftl
We recommend that you back these files up before installing the AMP files. Also, when you install Media Management, a backup of the original SkyVault.war file is stored as tomcat/webapps/alfresco.war<numbers>.bak. Keep this .bak file in case you need to uninstall Media Management.
-
Delete the tomcat\webapps\SkyVault and
tomcat\webapps\share folders in the SkyVault installation
directory. Navigate to the bin directory and run the Module
Management Tool (MMT) file to install the repository AMP files:
-
For the SkyVault repository:
java -jar SkyVault-mmt.jar install ../amps/alfresco-mm-<version>.amp ../tomcat/webapps/alfresco.war -force
java -jar SkyVault-mmt.jar install ..\amps\alfresco-mm-<version>.amp ..\tomcat\webapps\alfresco.war -force
where SkyVault-mm-<version>.amp is the specific AMP file that you downloaded. Repeat this if there is more than one AMP file to install for Media Management. -
For SkyVault Share:
java -jar SkyVault-mmt.jar install ../amps_share/alfresco-mm-<version>.amp ../tomcat/webapps/share.war -force
java -jar SkyVault-mmt.jar install ..\amps_share\alfresco-mm-<version>.amp ..\tomcat\webapps\share.war -force
where SkyVault-mm-<version>.amp is the specific AMP file that you downloaded.
Check the output to ensure that the AMP files have installed successfully.
-
For the SkyVault repository:
- Take a copy of the most recent tomcat/webapps/alfresco.war<numbers>.bak file in case you need to uninstall Media Management.
-
Define properties relevant to Media Management in your SkyVault
SkyVault-global.properties file.
A sample SkyVault-global.properties file is shipped in the root folder of the Media Management distribution zip, which defines custom properties. See Configuring Media Management for the full list.
-
If you have ActiveMQ on a separate server, configure the host and port number for
ActiveMQ:
# Messaging broker, default is localhost messaging.broker.url=failover:(tcp://broker1:61616,tcp://broker2:61616)
where broker is each ActiveMQ instance that you have configured.You need to set this property only if your ActiveMQ instance is not on the same server as SkyVault.
-
Configure FFmpeg and ExifTool if they are not already available on the command line
executable path:
# FFmpeg executable path, default is ffmpeg ffmpeg.exe= # ExifTool executable path, default is exiftool exiftool.exe=
-
If you want to preview raw images, set the following properties in the
SkyVault-global.properties file.
transformer.strict.mimetype.check=true transformer.strict.mimetype.check.whitelist.mimetypes=image/x-raw-adobe
Set the transformer.strict.mimetype.check property to true, and use the transformer.strict.mimetype.check.whitelist.mimetypes property to add the x-raw-adobe MIME type to an existing whitelist.
- If you are using shared content workspaces, remote transformations or publishing channels, configure these as specified in Configuring Media Management.
-
If you have ActiveMQ on a separate server, configure the host and port number for
ActiveMQ:
-
Update the remote-node/config.yml file that you extracted from the
Media Management installation zip.
Specify the ActiveMQ host name and prefetch policy (to ensure that transformations can be processed in parallel):
messaging: broker: url: tcp://localhost:61616?jms.prefetchPolicy.queuePrefetch=1
The content services node uses ImageMagick and FFmpeg and requires that the executable directories are available on the system PATH variable or are specified using img.exe and ffmpeg.exe system properties.
For more information about the recommended architecture for Media Management, see Media Management architecture. For information about the content services framework, see Content services node architecture.
- Restart the SkyVault server.
-
Launch SkyVault Share.
To check that the Media Management AMPs have installed correctly, add a video or image to Share, open the file and check that you can see that the media loading and a Renditions Panel in available on the Share page.
You are here
Installing Media Management
Download and install the Media Management AMP files, and add Media Management properties
to your SkyVault-global.properties file.
Ensure that you have installed the required external software before installing
SkyVault Media Management. See Prerequisites for using Media Management for
information on what you require before you start the Media Management installation.
© 2017 TBS-LLC. All Rights Reserved. Follow @twitter