Skip to content

Commit 5841fbc

Browse files
authored
Update README.md
1 parent 8173b44 commit 5841fbc

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4340
Install 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

6372
Sample NGINX Config:
6473

@@ -228,6 +237,12 @@ npm run build
228237
With the given nginx config, you should now be able to use your website. Don't forget
229238
to get a cert using certbot
230239

240+
Run Certbot
241+
```
242+
sudo certbot
243+
```
244+
245+
231246
## Need Help
232247

233248
mailto:support@nettica.com

0 commit comments

Comments
 (0)