Skip to content
/ git-wiki Public
forked from sr/git-wiki

A wiki system based on git branching model, the aim was to achieve the managebility of multiple version of API documentation.

License

Notifications You must be signed in to change notification settings

rajib/git-wiki

 
 

Repository files navigation

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!

About

A wiki system based on git branching model, the aim was to achieve the managebility of multiple version of API documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.9%
  • JavaScript 4.1%