A Minimalist wiki created with sinatra, haml, sass, jQuery and twitter bootstrap
Version: 0.2 - works and usable GUI
rikiki create markdown files (.md) in the pages directory, you can edit them directly in your web browser using rikiki or on your desktop with the excellent application Moi.
I personally use it placed in my DropBox. So I can :
- use and edit pages on my iPhone
- get wiki sync on all my machines
clone this repo
git clone git://github.com/yarmand/rikiki.git
You can simply start ruby interpreter
ruby rikiki.rb
But rikiki have a rack standard config.ru
so you can easily install it with Pow, Passenger or any rack deployment system.