From 0cb097bca8f28cdf12a4aac863094463c50de315 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Wed, 10 Jul 2024 22:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getstart/installation/server/install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/getstart/installation/server/install.md b/docs/getstart/installation/server/install.md index 8d3bfe8..220ad40 100644 --- a/docs/getstart/installation/server/install.md +++ b/docs/getstart/installation/server/install.md @@ -99,3 +99,15 @@ Es: Index: bbsgo_topic_1 ``` + +## 启动 + +启动前请先正确安装MySQL数据库,创建并配置数据库链接,执行SQL初始化脚本。SQL脚本内容请加QQ群获取: + +![](/images/qq.png) + +然后在`server`目录执行下面命令启动服务: + +```shell +go run main.go +```