wiseflow/pb/README.md

10 lines
353 B
Markdown
Raw Permalink Normal View History

2024-12-08 21:30:39 +08:00
download https://github.com/pocketbase/pocketbase/releases/download/v0.23.4/
2024-04-07 09:37:47 +08:00
```bash
cd pb
2024-06-15 15:41:31 +08:00
xattr -d com.apple.quarantine pocketbase # for Macos
./pocketbase migrate up # for first run
2024-12-23 10:12:52 +08:00
./pocketbase --dev superuser create "test@example.com" "1234567890" # If you don't have an initial account, please use this command to create it
2024-04-07 09:37:47 +08:00
./pocketbase serve
2024-12-23 10:12:52 +08:00
```