Skip to content

jsli/gorevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorevel

Go语言Revel框架学习,本站使用Revel、Qbs构建。

配置文件在 src/revelapp/conf 目录中,主配置app.conf,自定义配置my.conf (数据库、邮件)。

默认的数据库是mysql,数据库名gorevel,表结构不需要创建,程序启动时由Qbs自动创建。

###Requirements

  • Go1.0+
  • github.com/robfig/revel
  • github.com/robfig/revel/revel
  • github.com/coocood/qbs
  • github.com/coocood/mysql
  • github.com/disintegration/imaging
  • code.google.com/p/go-uuid/uuid

###Install

$ git clone git://github.com/goofcc/gorevel.git
$ cd gorevel

Linux/Unix/OS X:

$ ./install.sh
$ ./run.sh

Windows:

> install.bat
> run.bat

打开浏览器访问 http://localhost:9000

About

Go语言Revel框架学习

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published