Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 532 Bytes

gorevel

Go 语言 Revel 框架学习, Revel 中文社区 源码。

Requirements

  • Revel v0.18.0
  • Go v1.9.2 +

Install

  cd $GOPATH/src
  git clone https://github.com/goofcc/gorevel.git
  • 配置文件在 src/gorevel/conf 目录中,app.conf,my.conf。
  • 数据库是 mysql,数据库名 gorevel,程序启动时自动创建表结构。
  • 默认添加管理员账号 admin 密码 123。

Run

  revel run gorevel