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.
- First, I need the Node client tarball. I can download it from our download page.
- After downloading comes unpacking the tarball.
dev-user@local-dev:~$ tar -xvf node-client-0.1.0-ubuntu22.tgz;node-client-0.1.0/node-client-0.1.0/node-clientnode-client-0.1.0/deploy-node-client.shnode-client-0.1.0/get-dependencies.shnode-client-0.1.0/README.mdnode-client-0.1.0/autocompletion.sh
- 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.1.0;dev-user@local-dev:~$:~/node-client-0.1.0$ ./deploy-node-client.sh;Retrieving all needed dependenciesUpdate 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