Browse Source

docs : update auto-upstall docs

pull/9448/head
Naveen MR 3 months ago
parent
commit
ec92c2a8bb
  1. 8
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md

8
packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md

@ -1,21 +1,19 @@
---
title: 'Auto-Upstall'
description: 'Auto-Upstall is a one command setup for NocoDB installation.'
description: 'Automatically install NocoDB with SSL in under 2 Minutes — The Ultimate Guide.'
tags: ['Open Source']
keywords : ['NocoDB installation', 'NocoDB one command installation', 'NocoDB prerequisites']
---
# Auto-Upstall
> auto-upstall is one command that automatically installs and upgrades NocoDB with SSL setup.
Auto-upstall is the fastest way to install NocoDB with SSL, auto-upgrades with every release, and auto-renews your SSL — all within just 2 minutes!
```bash
bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp)
```
The above command is the fastest and easiest way to self-host NocoDB on a server. It auto-generates a docker-compose for you behind the scenes.
## Notes on Auto-Upstall
Auto-upstall is a single command that : 🕊
- 🐳 First Automatically installs all pre-requisites on your linux based server (docker, docker-compose)
@ -26,7 +24,7 @@ Auto-upstall is a single command that : 🕊
- 🗄 Minio,
- 🌐 Traefik gateway.
- 🔄 Also automatically upgrades NocoDB when new versions are available.
- 🔒 And finally automatically setups+renews SSL.
- 🔒 And finally automatically sets up SSL that auto-renews!
## Quick installation guide

Loading…
Cancel
Save