# 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.