Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 771 Bytes

README.markdown

File metadata and controls

28 lines (21 loc) · 771 Bytes

git-wiki: because who needs cool names when you use git?

git-wiki is a wiki that relies on git to keep pages' history and Sinatra to serve them.

Install

The fellowing [gems][] are required to run git-wiki:

1 => mkdir ~/wiki && (cd ~/wiki && git init)

2 => cp config.sample.yml config.yml

3 => bundle

4 => cd git-wiki && shotgun

and point your browser at http://127.0.0.1:9393/. Enjoy!