docs: add a tip to create db schema ahead of time (#547)

This commit is contained in:
halozhy
2022-03-10 09:58:00 +08:00
committed by GitHub
parent 380cdc5f7e
commit 3a64e4dcd8

View File

@ -82,6 +82,8 @@ Edit `conf/app.conf`, modify `dataSourceName` to correct database info, which fo
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
Casdoor provides two run modes, the difference is binary size and user prompt.