From 76c6bc4696cd1cccc8816596347ec7984d451ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B1=B1?= Date: Thu, 12 Apr 2018 10:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d68ba6..5d735d7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ npm run build ``` shell #给control和src/gopub给可执行权限 +#执行数据库初始化 +./control init + #启动服务 启动成功后 可访问 127.0.0.1:8192 用户名:admin 密码:123456 ./control start