From 205ae0ce9065438e7903adc3fc6a3c058020d38a Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 21 Jan 2021 11:54:28 -0800 Subject: [PATCH] Server setup guide --- .../site/content/download/personal-edition/ubuntu.md | 4 ++++ website/site/content/guide/server-setup/_index.md | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 website/site/content/guide/server-setup/_index.md diff --git a/website/site/content/download/personal-edition/ubuntu.md b/website/site/content/download/personal-edition/ubuntu.md index 6f73a986a..2806343a1 100644 --- a/website/site/content/download/personal-edition/ubuntu.md +++ b/website/site/content/download/personal-edition/ubuntu.md @@ -178,3 +178,7 @@ curl localhost The first command checks that the server is running on port 8000 (default), and the second checks that NGINX is proxying requests successfully. Both commands should return the same snippet of html. To access the server remotely, open a browser to its IP address or domain. + +## Set up the server + +Refer to the [server setup guide](/guide/server-setup/) to complete server setup. \ No newline at end of file diff --git a/website/site/content/guide/server-setup/_index.md b/website/site/content/guide/server-setup/_index.md new file mode 100644 index 000000000..f78f1a612 --- /dev/null +++ b/website/site/content/guide/server-setup/_index.md @@ -0,0 +1,12 @@ +--- +title: "Server Setup Guide" +date: "2021-01-21T12:01:23-04:00" +section: "guide" +weight: 1 +--- + +## Registering the first user + +After installing the server, open a browser to the domain you used (or `http://localhost:8000` for local installs). You should be redirected to the login screen. Click the link to register a new user instead, and complete the registration. + +The first user registration will always be permitted, but **subsequent registrations will require an invite link which includes a code**. You can invite additional users by clicking on your username in the top left, then selecting "Invite users".