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
2018-05-25 19:40:23 -07:00
html Fix the getStaff function 2018-05-24 18:47:08 -07:00
src Fix file permission issues 2018-05-25 19:40:23 -07:00
templates More abstraction to make SQL queries simpler, initialsetupdb.sql is now called on every startup 2018-05-23 12:15:46 -07:00
vagrant bin directory and go symlinks should be added to vagrant user, not root 2018-05-04 11:25:33 -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 HEAVILY simplify template execution 2018-04-06 01:03:57 -07:00
gochan-fastcgi.nginx Fix issue with nginx starting before the vagrant shared directory is mounted 2018-02-02 13:01:34 -08:00
gochan-http.nginx Fix issue with nginx starting before the vagrant shared directory is mounted 2018-02-02 13:01:34 -08:00
gochan.example.json Hide gochan's root directory if someone tries to make a board when the directory already exists, don't throw an error if a board SQL column doesn't have a default (they all should now, this is for old installations) 2018-02-03 10:21:45 -08:00
initialsetupdb.sql More abstraction to make SQL queries simpler, initialsetupdb.sql is now called on every startup 2018-05-23 12:15:46 -07:00
LICENSE fix post/image deletion 2018-02-10 22:57:52 -08:00
Makefile Revert "Set absolute path to the go 1.10 binary" 2018-04-23 19:20:27 -03: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.