Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goofcc/gorevel

Go 语言 Revel 框架学习 — Revel 中文社区源码
https://github.com/goofcc/gorevel

Last synced: about 2 months ago
JSON representation

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

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
```

* 打开浏览器访问