# blog **Repository Path**: duguying2008/blog ## Basic Information - **Project Name**: blog - **Description**: 基于beego的博客 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 53 - **Forks**: 24 - **Created**: 2014-09-25 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: blog **Tags**: None ## README # blog [![Build Status](https://travis-ci.org/duguying/blog.svg)](https://travis-ci.org/duguying/blog) 基于beego的博客 ## Build ## 由于 beego 以及 go 的不断更新,部分内容已不再兼容低版本beego和go, 因此仅维护最新版 go ```shell go get go build ``` ## Install ## 你可以直接导入`blog.sql`文件到你的mysql数据库,也可以访问`/install`页面自动导入数据库。 前端部分在`static`中 最后,将`conf/app.conf`配置为可注册(`registorable = true`),然后访问`/registor`注册你的第一个帐号,记得注册完成后再配置文件中关闭可注册状态(`registorable = false`)。 ## Config ## 请看custom目录下的[README.md](https://github.com/duguying/blog/tree/master/custom "config")。 ## License ## MIT License