Node-Client Installation
Node-Client Requirements
- Host OS is Ubuntu 22.04 or 20.04
Install Node-Client
The file naming convention is node-client-<version>-<distribution>. In this guide we will assume version 0.1.0 and Ubuntu 22.04. Please see Release for alternative versions and distributions.
- Download a release tarball from Download
- Extract Node-Client
tar -xvf node-client-0.1.0-ubuntu22.tgz;
-
After unpacking the deployment package, run
deploy-node-client.sh
.deploy-node-client.sh
checks dependencies and previously installed versions. It will install any missing dependencies and deploy the node-client binary.Supported Parameters for
deploy-node-client.sh
:-a
Deploy all : default-d
Deploy node-client and check package dependencies. Skip version and Ubuntu ISO checking.-l <version>
link the installed node-client to this specific version-h
print usage
cd node-client-0.1.0;
./deploy-node-client.sh;notenode-client deployment on Linux systems provides autocompletion.