Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.
/ godisc Public archive

[UNMAINTAINED] Lightweight forum in Go

License

Notifications You must be signed in to change notification settings

bahlo/godisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godisc

A lightweight forum in Go

Roadmap

  • Proper error handling
  • Image Upload
  • Sarah read this yesterday
  • Prevent XSS (<script>, <element>, ...)

Install

  1. Install the Revel command-line tool
  2. Run go get github.com/revel/revel and checkout v0.9.1
  3. Set up a database and set the credentials in app.conf
  4. Clone this repository to $GOPATH/src (or create a softlink)
  5. Kick off things with revel run godisc