mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 10:50:25 +08:00
10 lines
353 B
Markdown
Executable File
10 lines
353 B
Markdown
Executable File
download https://github.com/pocketbase/pocketbase/releases/download/v0.23.4/
|
|
|
|
```bash
|
|
cd pb
|
|
xattr -d com.apple.quarantine pocketbase # for Macos
|
|
./pocketbase migrate up # for first run
|
|
./pocketbase --dev superuser create "test@example.com" "1234567890" # If you don't have an initial account, please use this command to create it
|
|
./pocketbase serve
|
|
```
|