huacnlee / mediom

Forum web application, an example for from Rails to Go (Revel)

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

Download & Install Go:

https://golang.org/dl

Clone source code, and run:

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

Release for production

This will build for Linux amd64

make release

Example

Try it online:

http://115.29.238.54

About

Forum web application, an example for from Rails to Go (Revel)


Languages

Language:Go 48.9%Language:HTML 26.4%Language:CSS 14.3%Language:CoffeeScript 9.1%Language:JavaScript 0.9%Language:Makefile 0.4%