Skip to main content
Version: 0.2.0

Install Node-Client

After installing the Node Wizard on my remote server, I need to install the Node Client on my local dev machine to control the Node Wizard. These steps are taken from the Node Client Installation page.

  1. First, I need the Node client tarball. I can download it from our download page.
  2. After downloading comes unpacking the tarball.
    dev-user@local-dev:~$ tar -xvf node-client-0.2.0-ubuntu22.tgz;
    node-client-0.2.0/
    node-client-0.2.0/node-client
    node-client-0.2.0/README.md
    node-client-0.2.0/autocompletion.sh
    node-client-0.2.0/deploy-node-client.sh
    node-client-0.2.0/get-dependencies.sh
  3. Installing the Node Client is more straightforward than installing the Node Wizard, with no additional information needed.
    dev-user@local-dev:~$ cd node-client-0.2.0;
    dev-user@local-dev:~$:~/node-client-0.2.0$ ./deploy-node-client.sh;
    Retrieving all needed dependencies
    Update package list
    [sudo] password for dev-user:
    node-client installation ...
    You will need to 'source /usr/share/console-completion/completions/node-client' on your opened terminal or logout/login