Skip to content
forked from huacnlee/mediom

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

Notifications You must be signed in to change notification settings

newbyebye/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

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/newbyebye/mediom.git
cd github.com/newbyebye/mediom
make install
make server

Release for production

This will build for Linux amd64

make release

Example

Try it online:

http://www.newbyebye.com

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

  • JavaScript 57.8%
  • CSS 24.6%
  • Go 8.9%
  • HTML 7.1%
  • CoffeeScript 1.5%
  • Makefile 0.1%