Server setup guide
This commit is contained in:
parent
e4c375747e
commit
205ae0ce90
2 changed files with 16 additions and 0 deletions
|
@ -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.
|
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.
|
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.
|
12
website/site/content/guide/server-setup/_index.md
Normal file
12
website/site/content/guide/server-setup/_index.md
Normal file
|
@ -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".
|
Loading…
Reference in a new issue