From 8c7381f0206d329b37da538b1711a0ff62b2cfee Mon Sep 17 00:00:00 2001 From: BJ Dweck Date: Tue, 6 Oct 2020 15:32:02 +0200 Subject: [PATCH] Updated README.md files --- README.md | 8 +++++++- example/README.md | 7 +++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b8e16b..abc209f 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,10 @@ The configuation directory can be specified by A fully configured example can be found [here](example) -See the sample [`torch.conf`](torch.conf) file for additional configuration options and details \ No newline at end of file +See the sample [`torch.conf`](torch.conf) file for additional configuration options and details + +## Roadmap + +[ ] Create a Debian service installation package + +[ ] Create a [pi-gen](https://github.com/RPi-Distro/pi-gen) image with TORch agent installed and `/boot` partition configuration \ No newline at end of file diff --git a/example/README.md b/example/README.md index f0e7e21..daac6b5 100755 --- a/example/README.md +++ b/example/README.md @@ -6,8 +6,9 @@ The example creates a Vagrant machine configured with TORch Agent #### Install dependencies -* `docker` -* `mosquitto_sub` +* [Install Docker](https://docs.docker.com/engine/install/ubuntu/) + +* Install `mosquitto_sub` * `apt install mosquitto-clients` #### Run the Broker @@ -21,7 +22,6 @@ Add the following line to your `/etc/hosts` file: Run the broker in a terminal window: ```bash -cd example ./run-broker.sh ``` @@ -30,7 +30,6 @@ cd example In a separate terminal window, run the subscriber: ```bash -cd example ./run-subscriber.sh ```