Updated/Added README.md files

dh_python
B.J. Dweck 2020-10-06 15:16:27 +02:00
parent f99c80852b
commit 97de2629ec
2 changed files with 6 additions and 6 deletions

View File

@ -37,6 +37,6 @@ The configuation directory can be specified by
* Using the `--config-dir` commandline option * Using the `--config-dir` commandline option
* Default: `/etc/torch` * Default: `/etc/torch`
A fully configured example can be found [here](example/README.md) A fully configured example can be found [here](example)
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details See the sample [`torch.conf`](torch.conf) file for additional configuration options and details

View File

@ -2,15 +2,15 @@
The example creates a Vagrant machine configured with TORch Agent The example creates a Vagrant machine configured with TORch Agent
## Instructions to Run ## Running the Example
### Install dependencies #### Install dependencies
* `docker` * `docker`
* `mosquitto_sub` * `mosquitto_sub`
* `apt install mosquitto-clients` * `apt install mosquitto-clients`
### Run the Broker #### Run the Broker
Add the following line to your `/etc/hosts` file: Add the following line to your `/etc/hosts` file:
@ -25,7 +25,7 @@ cd example
./run-broker.sh ./run-broker.sh
``` ```
### Run the Subscriber #### Run the Subscriber
In a separate terminal window, run the subscriber: In a separate terminal window, run the subscriber:
@ -34,7 +34,7 @@ cd example
./run-subscriber.sh ./run-subscriber.sh
``` ```
### Run TORch Agent in Vagrant #### Run TORch Agent in Vagrant
Run the Vagrant box in a third terminal window: Run the Vagrant box in a third terminal window: