landing-zone-daemon
Galileo Landing Zone Daemon
10K+
$ python3 -m venv venv$ source venv/bin/activate$ pip3 install -e .$ galileod --help for an overview$ galileod to run--username and --password flags, then you'll proceed through the Device Authorization Flow.--backend flag for development purposes.
$ galileod --backend 'http://10.1.10.28:8080'$ make alldist folder with one file inside called galileod. This is a statically linked binary!$ ./dist/galileod --help$ make cleanGet the latest artifact from CircleCI. If you need to make a new artifact try pushing a temporary branch.
$ docker build . -t galileod$ docker run --rm -it galileod --help$ docker run --rm -it galileod --backend 'http://10.1.10.28:8080'Content type
Image
Digest
Size
26.3 MB
Last updated
about 4 years ago
docker pull hypernetlabs/landing-zone-daemon:develop