Skip to content

Commit

Permalink
docs(neko): Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkornel committed Oct 19, 2024
1 parent b3cc45e commit 3e20945
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/examples/neko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ In this demo you will learn the following steps to:

### Prerequisites

See prerequisites [here](../../INSTALL.md#prerequisites).
To run this example, you need:
* a [Kubernetes cluster](../../INSTALL.md#prerequisites),
* a [deployed STUNner](../../INSTALL.md#installation-1) (presumably the latest stable version),
* an [Ingress controller](../TLS.md#ingress) to ingest traffic into the cluster.

### Quick installation

The simplest way to deploy the demo is to clone the [STUNner git repository](https://github.com/l7mp/stunner) and deploy the [manifest](neko.yaml) packaged with STUNner.

To install the stable version of STUNner, please follow the instructions in [this section](../../INSTALL.md#installation-1).

Configure STUNner to act as a STUN server towards clients, and to let media reach the media server.

```console
Expand Down

0 comments on commit 3e20945

Please sign in to comment.