Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: collaboa

Collaboa on ModZer0

Installing Collaboa is really annoying most of the time, and I went thru some pain this time just getting it running for Fluxbuntu. But here it is. I finally can look at all my revisions without straining my brain to read svndiffs. Hopefully, http://dev.fluxbuntu.org will be pointing at it shortly.

Collaboa Trunk Install

Well, I guess I might as well finish the job as much as I can before bed. I’m going to install Collaboa. Here’s the beginning: Get rails and mongrel, along with all the deps: sudo gem install rails mongrel redcloth syntax sqlite3-ruby xhtmldiff Now, get ruby-mysql, which requires some junk on FC5: sudo yum install mysql mysql-devel sudo gem install mysql — –with-mysql-config Now, get the trunk: svn co http://svn.collaboa.org/svn/collaboa/trunk/ collaboa –username=anon –password=anon I’m going to use SQLLite for this [...]