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 2027fa1048
Merge pull request #9 from Eggbertx/testing
Merge pull request #8 from Eggbertx/master
2018-01-13 12:00:47 -08:00
html use template for board management page instead of several if/else blocks and "html +=" 2018-01-10 17:31:54 -08:00
log Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
src use template for board management page instead of several if/else blocks and "html +=" 2018-01-10 17:31:54 -08:00
templates use template for board management page instead of several if/else blocks and "html +=" 2018-01-10 17:31:54 -08:00
vagrant change default charset from utf8 to utf8mb4 for meme characters, fix $GOPATH not being kept after provision 2017-11-04 22:45:29 -07:00
.gitignore Parameterize most SQL queries 2017-12-03 13:26:39 -08:00
AUTHORS move AUTHORS and LICENSE to root, use Simplified BSD license 2015-02-05 23:54:26 -08:00
dist.sh replace my half-baked tripcode generator with a better one, improve post sanitizing/cookie saving 2017-12-31 00:33:19 -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 change default charset from utf8 to utf8mb4 for meme characters, fix $GOPATH not being kept after provision 2017-11-04 22:45:29 -07:00
LICENSE Update LICENSE years 2016-01-31 13:44:18 -08:00
Makefile replace my half-baked tripcode generator with a better one, improve post sanitizing/cookie saving 2017-12-31 00:33:19 -08:00
README.md replace my half-baked tripcode generator with a better one, improve post sanitizing/cookie saving 2017-12-31 00:33:19 -08:00
ROADMAP.md Manage cookies expire in one month instead of two hours for convenience 2018-01-05 18:35:40 -08:00

Gochan

A semi-standalone 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.