Skip to content

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

License

Notifications You must be signed in to change notification settings

yuyixiaoxiang/gorevel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorevel

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

Requirements

  • Revel v0.17.1
  • Go v1.6+

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.3%
  • Go 34.5%
  • JavaScript 21.2%
  • CSS 6.0%