Browse Source

docs : update auto-upstall docs

auto-upstall-docs
Naveen MR 2 months ago
parent
commit
c577bcd453
  1. 6
      README.md

6
README.md

@ -86,7 +86,11 @@ bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp)
Auto-upstall does the following : 🕊 Auto-upstall does the following : 🕊
- 🐳 Automatically installs all pre-requisites like docker, docker-compose - 🐳 Automatically installs all pre-requisites like docker, docker-compose
- 🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄 🌐 - 🚀 Automatically installs NocoDB plus
- PostgreSQL, 🐘
- Redis, 💫
- Minio, 🗄
- Traefik gateway 🌐
- 🔄 Automatically upgrades NocoDB to the latest version when you run the command again. - 🔄 Automatically upgrades NocoDB to the latest version when you run the command again.
- 🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation. - 🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation.
> install.nocodb.com/noco.sh script can be found [here in our github](https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/1_Auto_Upstall/noco.sh) > install.nocodb.com/noco.sh script can be found [here in our github](https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/1_Auto_Upstall/noco.sh)

Loading…
Cancel
Save