开源实例之Go Markdown Blog
前言
本实例是基于 Go 语言实现的 Markdown 博客系统。
实例地址
https://go-markdown-blog.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Go 1.20 |
数据库 | MariaDB 10.5 |
缓存 | Redis |
程序 | Go Markdown Blog 1.2 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Go
- 已安装 MySQL、Redis
安装程序
仓库地址:https://github.com/convee/goblog
#克隆代码
git clone https://github.com/convee/goblog.git
cd goblog
#将 blog.sql 导入数据库并修改相关配置
vim conf/dev.yml
#下载依赖
make dep
#编译
make build
#运行 http://localhost:9091
./goblog -c conf/dev.yml
实例体验
后记
本实例仅供参考,不定期重置数据。