-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix vagrant invalid file path error, update README
- Loading branch information
Joshua Merrell
committed
Aug 12, 2017
1 parent
f9c7912
commit 7ca5528
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ config.cfg | |
gochan | ||
log/ | ||
lib/ | ||
vagrant/.vagrant/ | ||
vagrant/ubuntu-xenial-16.04-cloudimg-console.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# Gochan | ||
|
||
A multi-threaded imageboard server written in Go | ||
|
||
http://gochan.org | ||
|
||
|
||
Installation | ||
------------ | ||
## Installation | ||
|
||
### Basic installation | ||
Coming soon! | ||
|
||
|
||
Documentation | ||
------------- | ||
|
||
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. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters