Instiki – and Instant Wiki

Recently I discovered Instiki – a quick and not-so-dirty way of running a wiki without much setup. For example, to run MadiaWiki (the original Wiki package, used by Wikipedia) you need to have a functional web server, a supported database and PHP installed on your machine. With Instiki – you just need Ruby. It serves pages using WebRick and uses SQLite to store data, making it a perfect personal wiki for jotting down notes.

Would I use it for high traffic production wiki? Not really. For what it’s worth don’t think that WebRick and SQLite offer a scalable solution. I would go with MediaWiki for that. But I found that Instiki works great if you just want to have a personal local wiki on your machine.

When I tried it on Windows, it ran out of the box. On Dapper (Ubuntu) I had to download the sqlite module for ruby via apt as they don’t seem to be included in the base ruby package:

apt-get install libsqlite3-ruby1.8

I really like this app – it is small, self contained, and full featured. I played around with several personal wiki’s that are out there, but Instiki is the best one I have seen.

[tags]wiki, personal wiki, instiki, media wiki, sqlite, webrick[/tags]

This entry was posted in Uncategorized. Bookmark the permalink.



2 Responses to Instiki – and Instant Wiki

  1. John Harvard UNITED STATES Mozilla Firefox Windows says:

    Should be ‘MediaWiki’ not ‘MadiaWiki’

    Reply  |  Quote
  2. Luke UNITED STATES Mozilla Firefox Ubuntu Linux says:

    Yes, it should be but I can’t spell. ;)

    Thanks!

    Reply  |  Quote

Leave a Reply

Your email address will not be published. Required fields are marked *