Getting started with the NICE DCV Web Client SDK
The NICE DCV Web Client SDK comprises of a main dcv.js
file and some auxiliary components.
All the files are distributed inside a compressed archive that can be downloaded
from the
NICE website
To get started with the NICE DCV Web Client SDK
-
The NICE DCV Web Client SDK archive is digitally signed with a secure GPG signature. To verify the archive's signature, you must import the NICE GPG key. To do so, open a terminal window and import the NICE GPG key.
$
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY$
gpg --import NICE-GPG-KEY -
Download the NICE DCV Web Client SDK archive and the NICE DCV Web Client SDK archive signature from the NICE website
. -
Verify the signature of the NICE DCV Web Client SDK archive using the signature.
$
gpg --verifysignature_filename.zip.sign
archive_filename.zip
For example:
$
gpg --verify nice-dcv-web-client-sdk-1.0.0-81.zip.sign nice-dcv-web-client-sdk-1.0.0-81.zip -
If the signature verifies successfully, extract the contents of the NICE DCV Web Client SDK archive and place the extracted directory on your web server. For example:
$
unziparchive_filename.zip
-d /path_to
/server_directory
/Important You must retain the folder structure when deploying the NICE DCV Web Client SDK on your web server.