Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Instalação no ambiente Windows

  1. Solicite o link para download via e-mail suporte@nubo.ai;

2. Execute o instalador como administrador;

...

Instalação no ambiente Linux

As seguintes distribuições e versões do Linux são suportadas, para realizar a instalação, digite os comandos abaixo:

  • Ubuntu 16.04

Code Block
sudo sh -c "echo 'deb [trusted=yes] https://nubo.jfrog.io/artifactory/ubuntu xenial stable' > /etc/apt/sources.list.d/nuboedge.list"
sudo apt-get update 
sudo apt-get install nuboedge
  • Ubuntu 20.04

  • Code Block
    sudo sh -c "echo 'deb [trusted=yes] https://nubo.jfrog.io/artifactory/ubuntu focal stable' > /etc/apt/sources.list.d/nuboedge.list"
    sudo apt-get update 
    sudo apt-get install nuboedge

Inicie o serviço Nubo Edge na sua máquina Linux, você pode usar a interface de comando do sistema nuboedge-cli para inserir a credencial do usuário e depurar as comunicações do sistema. Observe que o serviço Nubo Edge será iniciado automaticamente após a autenticação ser bem-sucedida.

Code Block
Usage: nuboedge-cli [OPTION...]

nuboedge-cli: Nubo Edge's CLI interface

 Options

  -s, --show                       display current settings
  -t, --tail                       watch the logs of nuboedge-iot service
  -i, --client-id=ID               use ID as client id (overrides MAC Address)
  -b, --branch-id=ID               use ID as branch id
  -k, --api-key=KEY                use KEY as the apikey
  -a, --api-auth-method=METHOD     use METHOD as the api authentication method
  -h, --api-url=URL                use URL as the api url
  -n, --name=HOST                  use HOST as the agent name (overrides OS's hostname)
  -d, --debug                      print additional IoT debugging information

 Default values

  client-id                        main network interface's Mac Address
  branch-id                        0 (default branch)
  name                             OS's hostname