This package provides already configured phpLiteAdmin, web-based SQLite admin tool similar to phpMyAdmin. At the moment, the package supports only Apache 2 and SQLite 3. They are already defined as the dependencies. The main page of the web application is available at . The default password is "admin". You are urged to change it in the configuration file `/etc/phpliteadmin.config.php`. (As the extension implies, this is a PHP script, and it should contain assignments of configuration variables). By default, databases are stored in the `/var/lib/phpliteadmin` directory, the owner is the www-data group so phpLiteAdmin via Apache can create or modify the databases. To force search in nested directories, set the $subdirectories variable to true. See also an author's example of configuration file in `/usr/share/doc/phpliteadmin/examples/phpliteadmin.config.sample.php`.