I created DedaWiki because I wanted a Ruby on Rails based wiki done “my way”. I’ve also put some effort into it so that it’s not too difficult for other people to use.
DedaWiki is distributed under the very liberal Apache Software License, which means that you have the right to integrate this code into proprietary applications if you so desire.
The project is hosted on RubyForge here: http://rubyforge.org/projects/dedawiki/
Create a database - (dedawiki_production, for example), and configure config/database.yml to point to it.
gem install maruku (as root, using sudo or something similar)
gem install hpricot
Point your browser at http://YOURSITE/setup to set up the initial configuration and site administrator.
Here is a Sandbox to play around with. Have fun!
Comments
Add Comment