Junebug: Minimalist Ruby Wiki

Junebug is a minimalist wiki, running on Camping.

Status

This is an alpha release. Use at your own risk. Please do not use this for anything important.

Dependencies

  • Ruby and rubygems

  • Sqlite3

_why has set up a page describing how to get sqlite3 set up on ruby for various platforms: code.whytheluckystiff.net/camping/wiki/BeAlertWhenOnSqlite3

Please follow the instructions _why has provided. In particular, make sure that you have _why’s latest sqlite3-ruby gem installed.

Quickstart

Install junebug

> gem install junebug –include-dependencies

To create your Junebug wiki:

> junebug testwiki

This creates a directory ‘testwiki’ with the necessary files.

> cd testwiki > ./wiki start

View your new wiki at: localhost:3301

You can change default configuration (host, port, startpage, etc.. ) by editing the config.yml file

Notes

Starting and stopping the wiki:

> ./wiki start > ./wiki stop > ./wiki restart > ./wiki run

Credits

Thans to _why for camping code.whytheluckystiff.net/camping/wiki and his tepee wiki example which was the starting point for Junebug, and also to Chris Wanstrath for cheat cheat.errtheblog.com/ .

Contact

Tim Myrtle [email protected]