Download link
http://laconi.ca/trac/wiki/Laconica_0.6.1
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
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
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.
// 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.
Filed under: 1