mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 07:36:23 -07:00
No description
Changed insertPost to return a sql.Result as well as an error, callers to insertPost can use that error returned. With this change insertPost no longer needs accesss to a *http.ResponseWriter. The only call to insertPost already had a error check right after it anyways. Writing the message immediately saves another query to the database. |
||
---|---|---|
html | ||
log | ||
src | ||
templates | ||
vagrant | ||
.gitignore | ||
AUTHORS | ||
gochan-fastcgi.nginx | ||
gochan-http.nginx | ||
gochan.example.json | ||
initialsetupdb.sql | ||
LICENSE | ||
Makefile | ||
README.md | ||
ROADMAP.md |
Gochan
A multi-threaded imageboard server written in Go
Installation
Basic installation
Coming soon!
For developers (using Vagrant)
- Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.
- From the command line, cd into vagrant/ and run
vagrant up
- After it finishes installing the Ubuntu VM, follow the printed instructions.