File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,7 @@ A control plane for [WireGuard](https://wireguard.com).
3535
3636## Running
3737
38-
39- ### Directly
40-
41- Install dependencies
38+ ### Install dependencies
4239
4340Install MongoDB (Ubuntu 22.04 instructions):
4441
@@ -59,6 +56,18 @@ sudo systemctl enable mongod
5956```
6057
6158
59+ [ Download and Install Golang] ( https://go.dev/dl/ )
60+
61+ Install nginx:
62+ ```
63+ sudo apt install nginx
64+ sudo apt install certbot
65+ sudo apt install python3-certbot-nginx
66+
67+ sudo apt enable nginx
68+ sudo apt start nginx
69+
70+ ```
6271
6372Sample NGINX Config:
6473
@@ -228,6 +237,12 @@ npm run build
228237With the given nginx config, you should now be able to use your website. Don't forget
229238to get a cert using certbot
230239
240+ Run Certbot
241+ ```
242+ sudo certbot
243+ ```
244+
245+
231246## Need Help
232247
233248mailto:support@nettica.com
You can’t perform that action at this time.
0 commit comments