Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 79acd66

Browse files
committed
update readme.md
1 parent 015a602 commit 79acd66

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ The Pdnode Account is primarily used for Pdnode products, but it can still be ap
1818
- 2 RAM least
1919
- Debian >= 12
2020
- Ubuntu >= 22
21+
- Postgresql
22+
23+
### Setup Database
24+
> We only support PostgreSQL. Other databases may work, but MySQL/MariaDB are strictly prohibited!
25+
26+
1. Create database
27+
2. Create user
28+
3. Delete public and create account schema
29+
4. Permissions to create/read (usage) tables based on this user's account schema.
30+
5. Finish
2131

2232
### Source code execution
2333
> For Mac and Linux
@@ -55,3 +65,4 @@ node ./bin/server.js
5565
```
5666

5767
### use Docker
68+
NA

0 commit comments

Comments
 (0)