Laconica: Micro-blogging open source

Download link
http://laconi.ca/trac/wiki/Laconica_0.6.1

Installation Help link
http://laconi.ca/trac/wiki/Installation
Read me of laconica
http://laconi.ca/darcs/README
Another installation link
http://cakebaker.42dh.com/2008/09/29/how-to-install-laconica/
Guidelines
http://laconi.ca/trac/wiki/TracGuide
FAQs
http://trac.edgewall.org/wiki/TracFaq
Support
http://laconi.ca/trac/wiki/TracSupport
There have little hassle to install it.
Lets install lacinica now in wamp(with php-5.2.6 and apache-2.2.8).
1. Download latest version from here http://laconi.ca/laconica-0.6.1.tar.gz
2. Rename config.php.sample to config.php.
3. Configure this variable well.
$config['site']['server'] = ‘localhost’;
$config['site']['path'] = ‘laconica061′; //should be same as your root folder
$config['db']['database'] = ‘mysql://root:@localhost/l
aconica’;
// mysql://username_of_DB:password@localhost/DB_name you should [...]