-
Notifications
You must be signed in to change notification settings - Fork 0
部署 | Deploy
Heran Yang edited this page Jun 28, 2023
·
5 revisions
项目使用 PostgreSQL 数据库与 Redis 缓存。请在部署之前安装(Docker 版本也可)。
The service uses PostgreSQL and Redis. Please install them before deploying (It's okay for the docker version).
scripts/init.sql
为初始化数据库脚本。scripts/build.sh
为编译脚本。
scripts/init.sql
is the script for initializing the database. scripts/build.sh
is the script for building.
在运行前,请使用脚本初始化数据库。
Before running, please initialize the database with the script.