An open API service indexing awesome lists of open source software.

https://github.com/zhaopeiym/hi-blogs

嗨博客 ASP.NET Core2.0 + CentOS7.3 + MySql5.6.37 + Redis + nginx1.12.1
https://github.com/zhaopeiym/hi-blogs

blog blogs dotnet-core-blog hi-blog hi-blogs hiblog hiblogs

Last synced: about 1 month ago
JSON representation

嗨博客 ASP.NET Core2.0 + CentOS7.3 + MySql5.6.37 + Redis + nginx1.12.1

Awesome Lists containing this project

README

        

# Hi-Blogs

## 嗨博客,基于ASP.NET Core2.0的跨平台的免费开源博客系统
- 演示地址:https://haojima.net/
- 意见和建议:https://github.com/zhaopeiym/Hi-Blogs/issues

## 使用到的相关平台、技术和工具
- ASP.NET Core2.0 (底层框架)
- CentOS7.3 (运行平台)
- MySql5.6.37 (数据库,EF Core2.0+Pomelo.EntityFrameworkCore.MySql驱动)
- nginx1.12.1 (代理)
- Reids (缓存,StackExchange.Redis免费开源的.NET版的Reids客户端)
- AngleSharp (Html解析组件)
- Serilog (日志组件)

# 相关链接
[开发日志、计划](https://github.com/zhaopeiym/Hi-Blogs/blob/Dev/%E5%BC%80%E5%8F%91%E6%97%A5%E5%BF%97%E3%80%81%E5%A4%87%E5%BF%98%E3%80%81%E8%AE%A1%E5%88%92.md)

# 学习资料
- [Linux视频](http://study.163.com/course/courseMain.htm?courseId=266032)
- [鸟哥的Linux](http://linux.vbird.org/linux_basic/0157installcentos7.php)
- [Docker入门](https://yeasy.gitbooks.io/docker_practice/content/?q=)
- [Redis命令参考](http://redisdoc.com/)
- [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md)
- [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
- [ASP.NET Core](https://docs.microsoft.com/zh-cn/aspnet/core/)
- [EF Core](https://docs.microsoft.com/en-us/ef/core/)