You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/overleaf/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ It is particularly favored by academics and professionals for producing scientif
26
26
- Installed `git` on your Instance
27
27
- Properly configured DNS A/AAAA records pointing to your Instance's public IP
28
28
29
-
### Preparing the Environment
29
+
### Preparing the environment
30
30
1. SSH into your Instance:
31
31
```bash
32
32
ssh root@<YOUR-INSTANCE-IP>
@@ -55,7 +55,7 @@ It is particularly favored by academics and professionals for producing scientif
55
55
./bin/init
56
56
```
57
57
58
-
6. Start the application and it's containers:
58
+
6. Start the application and its containers:
59
59
```bash
60
60
./bin/up
61
61
```
@@ -139,7 +139,7 @@ It is particularly favored by academics and professionals for producing scientif
139
139
apt install python3-certbot-nginx nginx
140
140
```
141
141
142
-
2. Obtain an SSL Certificate
142
+
2. Obtain an SSL certificate
143
143
```bash
144
144
sudo certbot --nginx certonly
145
145
```
@@ -222,4 +222,4 @@ sudo certbot --nginx certonly
222
222
223
223
2. Follow the link to the login page (`<http://<YOUR_OVERLEAF_DOMAIN>/login>/`) and enter the credentials you just created. Upon successful login, you'll be directed to a welcome page.
224
224
225
-
To begin using Overleaf, click the green button at the bottom of the welcome page. For more information, how to use Overleaf, refer to the [official documentation](https://www.overleaf.com/learn).
225
+
To begin using Overleaf, click the green button at the bottom of the welcome page. For more information on how to use Overleaf, refer to the [official documentation](https://www.overleaf.com/learn).
0 commit comments