hypernetlabs/landing-zone-daemon

By hypernetlabs

Updated about 4 years ago

Galileo Landing Zone Daemon

Image
0

10K+

hypernetlabs/landing-zone-daemon repository overview

How to Run It

  • $ python3 -m venv venv
  • $ source venv/bin/activate
  • $ pip3 install -e .
  • $ galileod --help for an overview
  • $ galileod to run
  • If you don't use the --username and --password flags, then you'll proceed through the Device Authorization Flow.
  • You will probably want to use the --backend flag for development purposes.
    • Example: $ galileod --backend 'http://10.1.10.28:8080'

How to Compile It

Linux

  • $ make all
  • That should create a dist folder with one file inside called galileod. This is a statically linked binary!
  • So you can try it like $ ./dist/galileod --help
  • To make it like that black magic never happened, just $ make clean

Windows

Get the latest artifact from CircleCI. If you need to make a new artifact try pushing a temporary branch.

How to use the Docker Image

  • $ docker build . -t galileod
  • $ docker run --rm -it galileod --help
  • $ docker run --rm -it galileod --backend 'http://10.1.10.28:8080'

Tag summary

Content type

Image

Digest

Size

26.3 MB

Last updated

about 4 years ago

docker pull hypernetlabs/landing-zone-daemon:develop