Create /usr/local/ubisecure
folder, if one does not yet exist, and extract the archive cid-deployment-template-x.x.x-linux.tar.gz
therein.
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir -p /usr/local/ubisecure cd /usr/local/ubisecure tar xzvf ~/customerid/cid-deployment-template-x.x.x-linux.tar.gz |
Optional additional step is to also copy the file containing versioning information from the installation package to the installation folder:
Code Block | ||
---|---|---|
| ||
cp ~/customerid/customerid-x.x.x-versioninfo.txt /usr/local/ubisecure/ |