Skip to content

Commit

Permalink
i'm going to squash anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Jun 3, 2024
1 parent 49ba393 commit 0353be2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Installing Icinga Notifications from Source

To install Icinga Notifications and get started, you first need to clone this repository.
```bash
git clone https://github.com/Icinga/icinga-notifications.git
```

Then, you can build both the daemon and all channels with the following commands.
```bash
go build -o icinga-notifications ./cmd/icinga-notifications-daemon
go build -o /usr/libexec/icinga-notifications/channels ./cmd/channel/...
```

Finally, launch the daemon.
```bash
./icinga-notifications --config config.yml
```

<!-- {% set from_source = True %} -->
<!-- {% include "02-Installation.md" %} -->

0 comments on commit 0353be2

Please sign in to comment.