From fd1ddd60979bf06921565e58a2de8bd29bebe508 Mon Sep 17 00:00:00 2001 From: Argo-Surface Date: Tue, 25 Dec 2018 14:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=EF=BC=9A?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=BC=96=E5=86=99MD=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BootstrapAdmin.sln | 6 ++---- DatabaseScripts/Readme.txt | 0 README.md | 11 +++++++++-- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 DatabaseScripts/Readme.txt diff --git a/BootstrapAdmin.sln b/BootstrapAdmin.sln index 5ec99d68..740340ca 100644 --- a/BootstrapAdmin.sln +++ b/BootstrapAdmin.sln @@ -7,20 +7,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQLServer", "SQLServer", "{ ProjectSection(SolutionItems) = preProject DatabaseScripts\InitData.sql = DatabaseScripts\InitData.sql DatabaseScripts\Install.sql = DatabaseScripts\Install.sql - DatabaseScripts\Readme.txt = DatabaseScripts\Readme.txt EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Admin", "Bootstrap.Admin\Bootstrap.Admin.csproj", "{7B2B7043-3CB2-4C5A-BDF2-8C47F1A5471A}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{792A0B12-3F41-4BC4-A768-7D8D91C213B2}" ProjectSection(SolutionItems) = preProject - Init.bat = Init.bat - 环境搭建指南.txt = 环境搭建指南.txt + README.md = README.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{586410F2-C1F0-47CD-AB28-2CF506DED2C8}" ProjectSection(SolutionItems) = preProject - C:\Users\argo\Downloads\Longbow.lic = C:\Users\argo\Downloads\Longbow.lic + Scripts\Longbow.lic = Scripts\Longbow.lic Scripts\Publish-Console.bat = Scripts\Publish-Console.bat Scripts\Publish.vbs = Scripts\Publish.vbs EndProjectSection diff --git a/DatabaseScripts/Readme.txt b/DatabaseScripts/Readme.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/README.md b/README.md index c5af6260..e607ded9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,16 @@ #### 安装教程 -1. 安装 .net core 2.1 sdk [官方网址](http://www.microsoft.com/net/download) -2. 安装 Visual Studio 2017 最新版 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/) +1. 安装 .net core 2.2 sdk [官方网址](http://www.microsoft.com/net/download) +2. 安装 Visual Studio 2019 最新版 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/) 3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LgbAdmin/BootstrapAdmin) +4. 安装数据库 +目前支持MSSQL/MongoDB/MySQL/SQLite,以微软MSSQL为例,执行解决方案中SQLServer目录(物理硬盘中DatabaseScripts目录下)Install.sql脚本创建数据库 +5. 初始化数据 +执行对应目录下InitData.sql脚本 +6. 拷贝Longbow.lic文件 +拷贝Scripts目录下Longbow.lic文件到bin目录下 + #### 功能列表