This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
git-wiki / README.textile
git-wiki
A wiki engine that uses a Git repository as its data store.
Getting Started
git submodule init
git submodule update
Running
Basics
ruby git-wiki.rb
Options
Run in production
ruby git-wiki.rb -e production
Run in production on port 8777
ruby git-wiki.rb -e production -p 8080
HTTP Basic Auth
cp config.yml.sample config.yml
vim config.yml
CONFIG=config.yml ruby git-wiki.rb -e production -p 8080
Requirements
- rubygems
- sinatra
- grit
- redcloth
- rubypants




