jnewland / git-wiki forked from al3x/git-wiki
- Source
- Commits
- Network (44)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 6dd97d2b0cdf0892d963af7a589d3dfc324e0b73
tree 5889ad5ea27ab250ca1bc6687dcb83be76da1b1a
parent 8cdece415247824a970be3d368891b7724293bab
tree 5889ad5ea27ab250ca1bc6687dcb83be76da1b1a
parent 8cdece415247824a970be3d368891b7724293bab
git-wiki /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Thu Mar 20 00:31:37 -0700 2008 | |
| |
AUTHORS | ||
| |
LICENSE | Thu Mar 06 16:20:07 -0800 2008 | |
| |
README.textile | ||
| |
TODO | Tue Oct 27 18:13:39 -0700 2009 | |
| |
config.yml.sample | ||
| |
environment.rb | ||
| |
extensions.rb | ||
| |
git-wiki.rb | ||
| |
images/ | Sat Mar 08 12:27:38 -0800 2008 | |
| |
page.rb | Tue Oct 27 18:13:39 -0700 2009 | |
| |
public/ | ||
| |
sinatra - 898b36e | Sun Apr 20 18:52:30 -0700 2008 | |
| |
system/ | Thu Mar 20 09:31:16 -0700 2008 | |
| |
views/ |
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

