Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huacnlee/mediom

Forum web application, an example for from Rails to Go (Revel)
https://github.com/huacnlee/mediom

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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

```bash
make release
```

## Example

![](https://ruby-china-files.b0.upaiyun.com/photo/2015/54b8a61176321df2ae0c8d170115ae3b.png)

![](https://ruby-china-files.b0.upaiyun.com/photo/2015/cdd04fae02d0b78a3cf523e6abf5b198.png)

## Try it online:

http://115.29.238.54