Updated/Added README.md files
This commit is contained in:
parent
f99c80852b
commit
97de2629ec
|
@ -37,6 +37,6 @@ The configuation directory can be specified by
|
|||
* Using the `--config-dir` commandline option
|
||||
* 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
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
The example creates a Vagrant machine configured with TORch Agent
|
||||
|
||||
## Instructions to Run
|
||||
## Running the Example
|
||||
|
||||
### Install dependencies
|
||||
#### Install dependencies
|
||||
|
||||
* `docker`
|
||||
* `mosquitto_sub`
|
||||
* `apt install mosquitto-clients`
|
||||
|
||||
### Run the Broker
|
||||
#### Run the Broker
|
||||
|
||||
Add the following line to your `/etc/hosts` file:
|
||||
|
||||
|
@ -25,7 +25,7 @@ cd example
|
|||
./run-broker.sh
|
||||
```
|
||||
|
||||
### Run the Subscriber
|
||||
#### Run the Subscriber
|
||||
|
||||
In a separate terminal window, run the subscriber:
|
||||
|
||||
|
@ -34,7 +34,7 @@ cd example
|
|||
./run-subscriber.sh
|
||||
```
|
||||
|
||||
### Run TORch Agent in Vagrant
|
||||
#### Run TORch Agent in Vagrant
|
||||
|
||||
Run the Vagrant box in a third terminal window:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user