mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 20:45:53 +00:00
16 lines
506 B
Markdown
16 lines
506 B
Markdown
# NocoDB : Auto-upstall script
|
|
|
|
### Usage
|
|
|
|
```bash
|
|
./noco.sh
|
|
````
|
|
|
|
### Notes
|
|
|
|
This simple command : 🕊
|
|
- 🐳 Automatically installs all pre-requisites like docker, docker-compose
|
|
- 🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄️ 🌐
|
|
- 🔄 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.
|