Revised README.md files to take Rudefox repo into account
This commit is contained in:
parent
59ddc37cfd
commit
26d4444137
14
README.md
14
README.md
|
@ -13,7 +13,19 @@ A TORch solution consists of 3 processes:
|
||||||
* MQTT broker - Any MQTT broker, reachable via IPv4 or Tor, through TLS or insecure communications
|
* MQTT broker - Any MQTT broker, reachable via IPv4 or Tor, through TLS or insecure communications
|
||||||
* `torch-subscriber` - Listens for and handles onion hostname publications
|
* `torch-subscriber` - Listens for and handles onion hostname publications
|
||||||
|
|
||||||
## Build Debian Package
|
## Installation
|
||||||
|
|
||||||
|
### Install Package from Rudefox Debian Repo
|
||||||
|
|
||||||
|
1. Add the [Rudefox Repo](https://rudefox.io/repo/) as an `apt` source
|
||||||
|
|
||||||
|
2. Install the `torch-agent` package
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install torch-agent
|
||||||
|
```
|
||||||
|
|
||||||
|
### Build Debian Package from Source
|
||||||
|
|
||||||
If you don't already have a GPG key, generate one:
|
If you don't already have a GPG key, generate one:
|
||||||
|
|
||||||
|
|
|
@ -35,15 +35,6 @@ In a separate terminal window, run the subscriber:
|
||||||
|
|
||||||
#### Run TORch Agent in Vagrant
|
#### Run TORch Agent in Vagrant
|
||||||
|
|
||||||
[Build](..) the latest source into a Debian package and copy it to `example/`
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd ..
|
|
||||||
./make-pkg.sh john@doe.com
|
|
||||||
cp -f build/torch-agent_0.0.5-1_all.deb example/
|
|
||||||
cd example
|
|
||||||
```
|
|
||||||
|
|
||||||
Run the Vagrant box in a third terminal window:
|
Run the Vagrant box in a third terminal window:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user