nextensio / tickets

0 stars 0 forks source link

Documentation updates needed for starting the connector #8

Open greg-next opened 2 years ago

greg-next commented 2 years ago
  1. The connector image must have execution privileges

chmod u+x connector

  1. The connector must be started in the background or it will stop upon ending the SSH session

nohup ./connector -gateway gatewaydosfo3.nextensio.net -key ./connector.key &

  1. How should the connector be installed such that survives server (customer datacenter) reboots...or connector image crashes?

a. put the connector image startup in init.d (or equivalent) b. encapsulate the connector image in a docker container