mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:06:41 +00:00
chore : simplify self-hosting - default to postgres/sqlite
This commit is contained in:
@@ -50,16 +50,6 @@ docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
|
||||
```
|
||||
> Pour conserver les données, vous pouvez installer le volume dans `/usr/app/data/`.
|
||||
|
||||
### NPX
|
||||
|
||||
Vous pouvez exécuter la commande ci-dessous pour passer par la configuration interactive.
|
||||
|
||||
```
|
||||
npx create-nocodb-app
|
||||
```
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/35857179/163672964-00ef5d62-0434-447d-ac01-3ebb780099b9.png" width="520px"/>
|
||||
|
||||
### En utilisant git
|
||||
```
|
||||
git clone https://github.com/nocodb/nocodb-seed
|
||||
|
||||
Reference in New Issue
Block a user