chore : simplify self-hosting - default to postgres/sqlite

This commit is contained in:
Naveen MR
2024-06-18 10:02:44 +01:00
parent 5ae6b3e687
commit e627111d30
506 changed files with 0 additions and 5452 deletions

View File

@@ -48,20 +48,6 @@ docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
```
docker run -d -p 8080:8080 --name nocodb -v "$(pwd)"/nocodb:/usr/app/data/ nocodb/nocodb:
### npm 사용
```
npx create-nocodb-app
```
### Git 사용
```
git clone https://github.com/nocodb/nocodb-seed
cd nocodb-seed
npm install
npm start
```
### GUI