FAQ
System requirements
- PHP 5.2.0 or greater;
- PHP extensions: php_mysql (MySQL version), php_pdo and php_pdo_sqlite (SQLite version).
Tested in browsers (Windows): IE (v7, v8), Firefox (v3.0, v3.6), Chrome (v4), Opera (v10), Safari (v3).
How to install myTinyTodo
- Download, unpack and upload to your site.
- Run setup.php, select and specify settings of database you prefer.
For sqlite usage make sure that database file 'db/todolist.db' is writable for webserver/php.
Then click "Install" to create tables in database. It's recommended to delete this file after installation. - To protect your tasks from modification by the others you may specify password in settings.
By default session files are stored in 'tmp/sessions' directory. Make sure it's writable for webserver/php. - Open 'index.php' in your browser to run the application.
Update to new version
- Download, unpack and replace all files excluding directory 'db'.
- Run 'setup.php' and upgrade database if required.
myTinyTodo