Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goofcc/gorevel
Go 语言 Revel 框架学习 — Revel 中文社区源码
https://github.com/goofcc/gorevel
Last synced: 3 months ago
JSON representation
Go 语言 Revel 框架学习 — Revel 中文社区源码
- Host: GitHub
- URL: https://github.com/goofcc/gorevel
- Owner: goofcc
- License: mit
- Created: 2013-12-02T07:43:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T15:11:41.000Z (over 5 years ago)
- Last Synced: 2024-07-16T14:04:32.355Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 654 KB
- Stars: 183
- Watchers: 25
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorevel
Go 语言 Revel 框架学习, [Revel 中文社区](http://gorevel.cn) 源码。
## Requirements
* Revel v0.18.0
* Go v1.9.2 +
## Install``` bash
cd $GOPATH/src
git clone https://github.com/goofcc/gorevel.git
```* 配置文件在 src/gorevel/conf 目录中,app.conf,my.conf。
* 数据库是 mysql,数据库名 gorevel,程序启动时自动创建表结构。
* 默认添加管理员账号 admin 密码 123。## Run
``` bash
revel run gorevel
```* 打开浏览器访问