From ec92c2a8bbccb9c697242e7defc823598e1d0791 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sat, 7 Sep 2024 19:54:16 +0100 Subject: [PATCH] docs : update auto-upstall docs --- .../050.self-hosted/010.installation/010.auto-upstall.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md index a0f11bde72..c6beb59df7 100644 --- a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md +++ b/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