Browse Source

update : refactor auto-upstall and installation methods

pull/9424/head
Naveen MR 3 months ago
parent
commit
daea90a0da
  1. 8
      README.md

8
README.md

@ -45,23 +45,23 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
# Installation # Installation
Else you can always rely on Docker or Binaries if you are trying locally.
## Auto-upstall ## Auto-upstall
Auto-upstall is the fastest and easiest way to self-host NocoDB on a server. Behind the scenes it auto-generates docker-compose for you. Auto-upstall is a single command that sets up NocoDB on a server for production usage.
Behind the scenes it auto-generates docker-compose for you.
```bash ```bash
bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp) bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp)
``` ```
#### Notes #### Notes
Auto-upstall is a single command that : 🕊 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 with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄 🌐
- 🔄 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/setup-script/noco.sh) > install.nocodb.com/noco.sh script can be found [here in our github](https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/setup-script/noco.sh)
## Docker with SQLite ## Docker with SQLite
```bash ```bash

Loading…
Cancel
Save