From bb1c8484dee96e34d308ee95c287afcb6706ad50 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Thu, 4 Feb 2021 11:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B8=AE=E5=8A=A9=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 57e2390..b42bac6 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,9 @@ ### 安装使用 -#### 1. 先安装和运行mysql , 创建go-fly数据库,并导入*.sql创建表结构与数据. +#### 1. 先安装和运行mysql , 创建go-fly数据库. + + create database go-fly charset utf8; 在config目录mysql.json中配置数据库 ```php @@ -59,21 +61,30 @@ github: https://github.com/taoshihan1991/go-fly/releases/download/0.2.3/gofly-0.2.3.zip - gitee(国内): https://gitee.com/taoshihan/go-fly/attach_files/608635/download/gofly-0.2.3.zips + gitee(国内): https://gitee.com/taoshihan/go-fly/attach_files/608635/download/gofly-0.2.3.zip - 2) 解压缩后 + 2) 文件解压缩 - 在cmd命令行 , 进入项目所在目录 + windows系统下,在cmd命令行,进入项目解压后目录; linux系统下创建目录执行如下 + + linux服务器: + mkdir go-fly + cd go-fly + wget https://gitee.com/taoshihan/go-fly/attach_files/608635/download/gofly-0.2.3.zip + unzip gofly-0.2.3.zip + chmod 0777 -R ./ - 导入数据库(会删除表清空数据) + 导入数据库( 注意:会删除表并且清空数据 ) - go-fly.exe install + windows: go-fly.exe install + + linux: ./go-fly install 运行项目 - linux: ./go-fly server [可选 -p 8082 -d] + linux: ./go-fly server [可选 -p 8082 -d] - windows: go-fly.exe server [可选 -p 8082] + windows: go-fly.exe server [可选 -p 8082] 3) 参数说明