mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-01 22:26:24 -07:00
472 B
472 B
Gochan
A semi-standalone imageboard server written in Go
Installation
Basic installation
Coming soon!
For developers (using Vagrant)
- Install Vagrant and Virtualbox. Vagrant lets you create a virtual machine and run a custom setup/installation script to make installation easier and faster.
- From the command line, cd into vagrant/ and run
vagrant up
- After it finishes installing the Ubuntu VM, follow the printed instructions.