-
Notifications
You must be signed in to change notification settings - Fork 13
Installation Guide
sankaranand edited this page Feb 11, 2011
·
1 revision
version : 0.5
- apache (tested) or any other webserver (not tested)
- PHP 5.3.x
- mySQL 4.1 or later
- create a mySQL database
- create tables and data with taskfreak_time.sql
- open app/config/db.php and change database settings
You can stop here and have a look. login is "admin" with no password
If using apache with mod_rewrite, you should enable clean URLs
- copy the file htaccess from the DOCS folder to the application root folder
- change its name from htaccess to .htaccess
- open app/config/core.php, and change APP_URL_REWRITE to true
If you don't want multi user support, open app/config/core.php Search for APP_SETUP_USER_MODEL and set it up to false : [code] define('APP_SETUP_USER_MODEL',false); [/code]
If you feel like playing so more, open app/config/app.php and look into it
To change the application language have a look at DOCS/translation.txt
- some errors might occur on dates depending on your time zone
- order by start, stop, or spent doesn't really make sense
- very buggy under IE8, and simply unusable with older versions of IE