Laconica: Micro-blogging open source

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 keep password blank as wamp //default password is blank.
4. Install database now from db/laconica.sql
5. Go to your php.ini file from wamp/config files/php.ini and and make this extension active extension=php_gettext.dll
6. Run your site onto your browser.

You should be passed now. If you fail to undertsand anything or you still not passed after following these instruction just post another wall.

Leave a Reply