Table of Contents

Installation

cp config.sample.inc.php config.inc.php
$cfg['blowfish_secret'] = 'snowrecall is me'  /* use whatever phrase you like */
$i=0;
$i++;
$cfg['Servers'][$i]['user'] = 'root'
$cfg['Servers'][$i]['password'] = '<your password>'
?>

Create database using phpMyAdmin (take "databackup database as an example)

`label` VARCHAR( 16 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL PRIMARY KEY,
`date` DATE NOT NULL ,
`descrip` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,

Troubleshooting

Cannot enter the interface when click login

* Solution: change permission of /var/lib/php to nobody:nogroup (which is user:group for my current lighttpd)