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-04-23 17:34:53 -03:00
html HEAVILY simplify template execution 2018-04-06 01:03:57 -07:00
log Remove actual log files from git, but add placeholder file. 2017-08-21 17:49:41 -07:00
src Fix leftover interface code 2018-04-22 22:32:59 -07:00
templates Adds viewport meta tag to img_header.html 2018-04-23 14:15:20 -03:00
vagrant Enable port forwarding in vagrant 2018-04-23 17:33:09 -03: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 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
LICENSE fix post/image deletion 2018-02-10 22:57:52 -08:00
Makefile Set absolute path to the go 1.10 binary 2018-04-23 17:34:53 -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.