diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-10-02 15:30:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 15:30:56 +0200 |
commit | d19e2111716c06417c1c28c96fc7771d4ac23281 (patch) | |
tree | 6e91c01810d9cadb963c4f1a69076e8c98f0c298 /docs/hosting-a-server-with-northstar | |
parent | d99c8660bb9bba4f540a167263205cf8f58dae8d (diff) | |
download | NorthstarWiki-d19e2111716c06417c1c28c96fc7771d4ac23281.tar.gz NorthstarWiki-d19e2111716c06417c1c28c96fc7771d4ac23281.zip |
Change prerequisites page to "getting started" (#225)
This should hopefully make novices more likely to check out this page before trying to set up a server.
Diffstat (limited to 'docs/hosting-a-server-with-northstar')
-rw-r--r-- | docs/hosting-a-server-with-northstar/getting-started.md (renamed from docs/hosting-a-server-with-northstar/prerequisites.md) | 4 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/troubleshooting.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/hosting-a-server-with-northstar/prerequisites.md b/docs/hosting-a-server-with-northstar/getting-started.md index ff6df73..9bd8177 100644 --- a/docs/hosting-a-server-with-northstar/prerequisites.md +++ b/docs/hosting-a-server-with-northstar/getting-started.md @@ -1,6 +1,6 @@ -# Prerequisites +# Getting started -**TL;DR:** Port forward `37015` (UDP), and no [CGNAT](prerequisites.md#cgnat) +**TL;DR:** Port forward `37015` (UDP), and no [CGNAT](getting-started.md#cgnat) Make sure you already installed Northstar [as described here](../installing-northstar/basic-setup.md). diff --git a/docs/hosting-a-server-with-northstar/troubleshooting.md b/docs/hosting-a-server-with-northstar/troubleshooting.md index cd35be9..d1f06ea 100644 --- a/docs/hosting-a-server-with-northstar/troubleshooting.md +++ b/docs/hosting-a-server-with-northstar/troubleshooting.md @@ -42,7 +42,7 @@ If your port can be accessed from your local IP but not from your public IP, the **CGNAT** -See [CGNAT](https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/prerequisites#cgnat) +See [CGNAT](https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/getting-started#cgnat) ### If server is not reachable using external IP nor using internal IP |