Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Einstore/Systemator
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Jul 12, 2019
2 parents ac3c64d + e8b32b7 commit d5deada
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@ Systemator is made of three separate components

### Run whole monitoring app on it's own!

* Compile `Systemator` and run!
```bash
brew tap einstore/homebrew-tap
brew install systemator
systemator
```

To define a custom port or host do

``` bash
systemator --hostname 0.0.0.0 --port 12345
```

or ...

* Compile `Systemator` in *Xcode* and run!
* Default address is `http://127.0.0.1:8080`

### Integrate endpoints in an Vapor 4 app
Expand Down

0 comments on commit d5deada

Please sign in to comment.