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
Josh b39add0ac0 Merge pull request #4 from xPushkin/master
Completely refactored server.go
2017-10-01 11:15:42 -07:00
html prevent browsers from autofilling subject field with staff username. Also, hot purging action! 2016-08-19 23:24:38 -07:00
log Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
src Completely refactored server.go 2017-09-27 14:11:25 +01:00
templates Add the reply subjects to the template so they show up. 2017-08-21 17:05:25 -07:00
vagrant Improve vagrant bootstrapper script, make links from /vagrant to ~/gochan instead of copying 2017-08-31 15:09:38 -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
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 Add the thread JSON types and generation. Bump to version 1.4. 2017-08-27 01:55:39 -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.