Skip to content

cncodog/mediom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@3.3.2
$ npm install -g coffee-script@1.6.2

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 40.9%
  • HTML 21.0%
  • JavaScript 19.4%
  • CSS 11.4%
  • CoffeeScript 7.2%
  • Makefile 0.1%