This commit is contained in:
2022-10-22 11:55:38 +02:00
parent b7722a7aa4
commit 6389c948af
3 changed files with 50 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# nocodb
> One line description of the recipe
> NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators.
<!-- metadata -->
@ -17,8 +17,11 @@
## Quick start
* `abra app new nocodb --secrets`
* `abra app new nocodb`
* `abra app config <app-name>`
* `export DATABASE_PW=$(pwgen 20)`
* `abra app secret insert <app-name> db_password v1 ${DATABASE_PW}`
* `abra app secret insert <app-name> nc_db_url v1 pg://db:5432?u=nocodb&p=${DATABASE_PW}&d=nocodb`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).