-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Installation Publish
ansonzhang edited this page Sep 27, 2019
·
3 revisions
1、首先下载下来,目前主分支是netcore 2.2 ,下载指定SDK,F6 编译,是否成功,然后 F5 运行,是否正常加载 localhost:8081。
2、生成自己的数据库,过程省略,看这个Wiki 快速运行 ⚡。
3、打包发布,可以参考博客园文章 多环境部署。
4、如果部署失败,这里有几个注意点:
- 缺少 Repository.dll 和 Service.dll ,手动拷贝,或者将这两层的输出路径指定到 api 层,然后再把dll文件,右键属性,始终复制;
- 缺少 blog.core.xml 和 blog.core.model.xml 的swagger文档,自行找到手动拷贝,或者始终复制;
- 没有安装指定版本的 Host 托管,所以找不到对应的 V2 模块;
- 没有安装指定的 Runtime ,所以运行不起来。
有疑问,请自行查看博客园文章:https://www.cnblogs.com/laozhang-is-phi/p/9495618.html#autoid-1-0-0
或者加 QQ 群:867095512
-
- AOP
- Appsettings
- Async-Await
- Authorization-Ids4
- Authorization-JWT
- AutoMapper
- CORS
- DI-AutoFac
- DI-NetCore
- Filter
- GlobalExceptionsFilter
- HttpContext
- Log4
- MemoryCache
- Middleware
- MiniProfiler
- publish
- Redis
- Repository
- SeedData
- SignalR
- SqlSugar
- SqlSugar-Codefirst&DataSeed
- SqlSugar-SqlAOP
- Swagger
- T4
- Test-xUnit
- Temple-Nuget
- FAQ page is a good place to see whether your question is already asked.
- Ask a question in cnblogs if you need help.
- Submit an issue if you found a bug or have a feature request.
- Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.