Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Jul 9, 2020
1 parent 05e213d commit b2d7357
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,25 @@ Finally, start the `dyndns` service:
```bash
bin/dyndns --config ~/dyndns_config.json --log-level debug
```

## Deployment

First, install `dyndns`:

```
sudo yum -y localinstall dyndns-1.0.1-1.el7.x86_64.rpm
```

Then, amend the following files:

* `/etc/dyndns/config.json`
* `/var/lib/dyndns/.aws/credentials`

After that, enable and start the service:

```bash
sudo systemctl enable dyndns
sudo systemctl start dyndns
sudo systemctl status dyndns
sudo journalctl -u dyndns -r --no-pager | head -100
```

0 comments on commit b2d7357

Please sign in to comment.