Giter Club home page Giter Club logo

gorevel's Introduction

gorevel

  1. Go 语言 Revel 框架学习— Revel中文社区 源码,本站使用Revel、xorm构建。

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

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

  4. 默认添加管理员账号admin 密码123。

###Requirements

  • Go1.2+

  • github.com/robfig/revel

  • github.com/robfig/revel/revel

  • github.com/go-sql-driver/mysql

  • github.com/go-xorm/xorm

  • code.google.com/p/go-uuid/uuid

  • github.com/disintegration/imaging

  • github.com/cbonello/revel-csrf

  • github.com/qiniu/api

  • github.com/garyburd/redigo/redis

  • github.com/robfig/go-cache

  • github.com/robfig/gomemcache/memcache

###Install

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

Linux/Unix/OS X:

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

Windows:

> winstall.bat
> wrun.bat

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

gorevel's People

Contributors

kevin28works avatar goofcc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.