mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
docs: add a tip to create db schema ahead of time (#547)
This commit is contained in:
@ -82,6 +82,8 @@ Edit `conf/app.conf`, modify `dataSourceName` to correct database info, which fo
|
|||||||
username:password@tcp(database_ip:database_port)/
|
username:password@tcp(database_ip:database_port)/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then create an empty schema (database) named `casdoor` in your relational database. After the program runs for the first time, it will automatically create tables in this schema.
|
||||||
|
|
||||||
#### Run
|
#### Run
|
||||||
|
|
||||||
Casdoor provides two run modes, the difference is binary size and user prompt.
|
Casdoor provides two run modes, the difference is binary size and user prompt.
|
||||||
|
Reference in New Issue
Block a user