Browse Source

Auto upstall docs (#9448)

* docs : update auto-upstall docs

* docs : update auto-upstall docs
pull/9456/head
navi 2 months ago committed by GitHub
parent
commit
db5444a3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md

9
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
@ -90,6 +88,7 @@ After installation, you'll be asked if you want to start the management menu. Th
- Scale NocoDB (change the number of running instances)
- Monitor NocoDB (view Docker stats)
## Additional Notes
- The script creates an update.sh file in the installation directory. You can use this to update NocoDB in the future.

Loading…
Cancel
Save