summaryrefslogtreecommitdiffstats
path: root/README.org
blob: d3ffa6758d698b6c406360147e6d015cd9a94c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#+TITLE: ReadMe
#+AUTHOR: bobma

* TODO What's that?????

* How to run it?
#+begin_src sh
  git clone https://git.jdlugosz.com/hsp/smart-relay
  cd smart-relay
  if [[ $(which guix) ]]; then
      ./build.sh
  else
      ./build-on-non-guix.sh
  fi;
  docker load < docker-mqtt-smart-relay.tar.gz
  ./create-smart-relay-containter.sh [hsp mqtt password]
#+end_src