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 (
commit 5b93557c4194638334783dd02112904e4120202e
tree 8a5b80520376a8afb5306e37c1714b331374315e
parent 6dd97d2b0cdf0892d963af7a589d3dfc324e0b73
tree 8a5b80520376a8afb5306e37c1714b331374315e
parent 6dd97d2b0cdf0892d963af7a589d3dfc324e0b73
git-wiki /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 14 19:31:48 -0700 2008 | [jnewland] |
| |
.gitmodules | Thu Mar 20 00:31:37 -0700 2008 | [al3x] |
| |
AUTHORS | Wed May 14 20:10:10 -0700 2008 | [jnewland] |
| |
LICENSE | Thu Mar 06 16:20:07 -0800 2008 | [schacon] |
| |
README.textile | Wed May 14 20:10:10 -0700 2008 | [jnewland] |
| |
TODO | Thu May 15 14:22:25 -0700 2008 | [jnewland] |
| |
config.yml.sample | Wed May 14 19:17:40 -0700 2008 | [jnewland] |
| |
environment.rb | Tue Jul 01 12:25:23 -0700 2008 | [bmizerany] |
| |
extensions.rb | Fri May 16 08:09:15 -0700 2008 | [jnewland] |
| |
git-wiki.rb | Thu May 15 14:22:11 -0700 2008 | [jnewland] |
| |
images/ | Sat Mar 08 12:27:38 -0800 2008 | [schacon] |
| |
page.rb | Sat Jun 28 05:18:46 -0700 2008 | [simo2409] |
| |
public/ | Thu May 15 04:46:44 -0700 2008 | [jnewland] |
| |
sinatra &rarr 87f8cd3 | Tue Jul 01 12:25:23 -0700 2008 | [bmizerany] |
| |
system/ | Thu Mar 20 09:31:16 -0700 2008 | [al3x] |
| |
views/ | Sat Jun 28 05:18:46 -0700 2008 | [simo2409] |
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




