Skip to content

Commit 1b78e38

Browse files
committed
chore(installtion): clean up
1 parent 18ac2c4 commit 1b78e38

File tree

12 files changed

+18
-25
lines changed

12 files changed

+18
-25
lines changed

content/self-hosting/installation/apache.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Behind Apache'
3-
description: 'Run NocoDB Behind Apache.'
3+
description: 'Run NocoDB Behind Apache Proxy.'
44
tags: ['nginx', 'proxy']
55
keywords : ['NocoDB Apache', 'NocoDB Proxy']
66
---
@@ -90,4 +90,4 @@ ProxyPassReverse / http://localhost:8080/
9090
sudo a2ensite nocodb.conf
9191
```
9292

93-
You should now be able to access NocoDB on you configured domain.
93+
> You should now be able to access NocoDB on your configured domain.

content/self-hosting/installation/aws-ecs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Install on AWS ECS'
2+
title: 'Install on AWS'
33
tags: ['Open Source']
44
description: 'Deploy NocoDB on AWS ECS using Fargate'
55
keywords : ['NocoDB installation', 'NocoDB AWS Fargate installation', 'NocoDB prerequisites']

content/self-hosting/installation/docker-compose.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install with Docker Compose'
3-
description: 'Install NocoDB using Docker Compose'
43
tags: ['Open Source']
54
keywords : ['NocoDB installation', 'NocoDB docker installation', 'NocoDB prerequisites']
65
---

content/self-hosting/installation/docker.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
22
title: 'Install with Docker'
3-
description: 'Docker installation - takes about three minutes!'
43
tags: ['Open Source']
54
keywords : ['NocoDB installation', 'NocoDB docker installation', 'NocoDB prerequisites']
65
---
76
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
87

9-
Docker installation - takes about three minutes!
10-
118
Docker provides an easy way to install and run NocoDB. Follow these steps to get NocoDB up and running using Docker.
129
NocoDB provides A single image that contains
1310

content/self-hosting/installation/gcp-cloud-run.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install On GCP Cloud Run'
3-
description: 'Installing NocoDB on Google Cloud Run'
43
tags: ['Open Source']
54
keywords : ['NocoDB installation', 'NocoDB Google Cloud run installation', 'NocoDB prerequisites']
65
---

content/self-hosting/installation/home-brew.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install with Homebrew'
3-
description: 'Install NocoDB using Homebrew'
43
tags: ['Open Source']
54
keywords : ['NocoDB installation', 'NocoDB homebrew installation', 'NocoDB prerequisites']
65
---

content/self-hosting/installation/k8s.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install on Kubernets'
3-
description: 'How to install on Kubernets.'
43
tags: ['kubernets', 'k8s']
54
keywords: ['Kubernets']
65
---

content/self-hosting/installation/nginx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Behind Nginx'
3-
description: 'Run NocoDB Behind Nginx.'
3+
description: 'Run NocoDB Behind Nginx Proxy.'
44
tags: ['nginx', 'proxy']
55
keywords : ['NocoDB Nginx', 'NocoDB Proxy']
66
---
@@ -146,4 +146,4 @@ sudo ln -s /etc/nginx/sites-available/nocodb.conf /etc/nginx/sites-enabled/nocod
146146
sudo systemctl reload nginx
147147
```
148148

149-
You should now be able to access NocoDB on you configured domain.
149+
> You should now be able to access NocoDB on your configured domain.

content/self-hosting/installation/nix.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install with Nix'
3-
description: 'Install NocoDB using Nix.'
43
tags: ['Open Source', 'Nix', 'NixOS']
54
keywords : ['NocoDB installation', 'Nix', 'NixOS']
65
---

content/self-hosting/installation/nixos.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: 'Install on NixOS'
3-
description: 'Install NocoDB on NixOS.'
43
tags: ['Open Source', 'Nix', 'NixOS']
54
keywords : ['NocoDB installation', 'Nix', 'NixOS']
65
---

0 commit comments

Comments
 (0)