1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 21:06:24 -07:00
gochan/README.md

15 lines
472 B
Markdown
Raw Normal View History

2013-07-29 14:03:35 -07:00
# Gochan
A semi-standalone 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.