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
|
* 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
|
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user