Browse Source

Merge pull request #9432 from nocodb/fix/readme

update : refactor auto-upstall and installation methods
pull/9441/head
Pranav C 3 months ago committed by GitHub
parent
commit
245e75d5b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md
  2. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md

2
README.md

@ -89,7 +89,7 @@ Auto-upstall does the following : 🕊
- 🚀 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.
> 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/1_Auto_Upstall/noco.sh)

2
packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-upstall.md

@ -44,7 +44,7 @@ This is quick walkthrough of how to install NocoDB using auto-upstall script.
- **Step 4** : 🐦 Don't keep the command a secret. Tweet how easy it is. This step is a must!
> 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/1_Auto_Upstall/noco.sh)
## Detailed installation guide

Loading…
Cancel
Save