Skip to content

jeffbski/git-wiki

 
 

Repository files navigation

git-wiki

A wiki engine that uses Git repository as its data store and sinatra as its web framework

Required gems

  • sinatra
  • git
  • grit
  • maruku

Required software

  • git

Getting started

export WIKI_HOME=~/mywiki # governs where wiki is stored, defaults ~/wiki
cd git-wiki
git submodule init
git submodule update

cd ./sinatra;
git submodule init
git submodule update
cd ..

ruby git-wiki.rb

Running in production

Running single mongrel

ruby git-wiki.rb -e production [-p 8080] # optionally set port

Using thin, rack, and nginx

See config files on deploy directory and review these links below.

About

A quick & dirty git-powered Sinatra wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • Ruby 18.9%