Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.
/ git-wiki Public archive
forked from jeffbski/git-wiki

A quick & dirty git-powered Sinatra wiki. NOTE: This project has now been mothballed, feel free to take over!

License

Notifications You must be signed in to change notification settings

lucaspiller/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. NOTE: This project has now been mothballed, feel free to take over!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • Ruby 15.2%