1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-21 10:26:22 -07:00
gochan/README.md

15 lines
471 B
Markdown
Raw Permalink Normal View History

2013-07-29 14:03:35 -07:00
# Gochan
2017-05-15 12:30:47 -07:00
A multi-threaded imageboard server written in Go
2013-02-02 14:53:39 -08:00
http://gochan.org
2015-08-28 05:55:41 -07:00
## Installation
2015-08-28 05:55:41 -07:00
### Basic installation
2015-08-28 05:55:41 -07:00
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.