1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 07:36:23 -07:00
No description
Find a file
Darren VanBuren 66fd647c3e Fixed post order issue on thread pages
There was a dependency on the DB returning posts in order.
2017-10-26 22:36:02 -07:00
html Fix missing GochanServer.ServeErrorPage function after refactor 2017-10-02 15:47:09 -07:00
log Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
src Fixed post order issue on thread pages 2017-10-26 22:36:02 -07:00
templates Add the reply subjects to the template so they show up. 2017-08-21 17:05:25 -07:00
vagrant Fix missing GochanServer.ServeErrorPage function after refactor 2017-10-02 15:47:09 -07:00
.gitignore Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
AUTHORS move AUTHORS and LICENSE to root, use Simplified BSD license 2015-02-05 23:54:26 -08:00
dist.sh Fix missing GochanServer.ServeErrorPage function after refactor 2017-10-02 15:47:09 -07:00
gochan-fastcgi.nginx fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
gochan-http.nginx fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
gochan.example.json Add new Unix socket example 2017-08-19 19:51:38 -07:00
initialsetupdb.sql Update size of original filename field in database to 255 (the max for most filesystems) 2017-08-27 01:42:03 -07:00
LICENSE Update LICENSE years 2016-01-31 13:44:18 -08:00
Makefile Fix missing GochanServer.ServeErrorPage function after refactor 2017-10-02 15:47:09 -07:00
README.md fix vagrant invalid file path error, update README 2017-08-12 16:46:00 -07:00
ROADMAP.md Create ROADMAP.md 2016-09-21 12:05:47 -07:00

Gochan

A multi-threaded imageboard server written in Go

http://gochan.org

Installation

Basic installation

Coming soon!

For developers (using Vagrant)

  1. Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.
  2. From the command line, cd into vagrant/ and run vagrant up
  3. After it finishes installing the Ubuntu VM, follow the printed instructions.