taoh / mediom

用 Go 写的 Ruby China

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forum App by Go

Requirements

  • Go 1.3+
  • MySQL
  • Memcached
  • Node.js && node-sass, coffee-script

Install

For Assets Pipeline

$ npm install -g node-sass@2.0.1
$ npm install -g coffee-script@1.6.2

Download & Install Go:

https://golang.org/dl/

Clone source code, and run:

cd $GOPATH/src
git clone https://github.com/huacnlee/mediom.git
cd github.com/huacnlee/mediom
go get
go get github.com/revel/cmd/revel
revel run github.com/huacnlee/mediom

Release for production

GOOS=linux GOARCH=amd64 revel package github.com/huacnlee/mediom

Example

Try it online:

http://115.29.238.54

About

用 Go 写的 Ruby China


Languages

Language:Go 39.7%Language:HTML 20.8%Language:JavaScript 20.4%Language:CSS 11.6%Language:CoffeeScript 7.6%