Skip to content

Running Software on the Jet

Ben Kroop edited this page Feb 26, 2019 · 1 revision
  1. SSH into the Jet using your own username (ie. ssh jet or ssh <jet_ip>)
  2. If you have not already, clone the hover-jet git repository into your home directory and build
  3. Start the Docker container with jet run
  4. Inside the container, run supervisord -c /jet/config/supervisor.conf
  5. All jet software is now running. To monitor the status of the software, open a web browser and visit jet/ or <jet_ip>/

Clone this wiki locally