Download Latest Version taskstodo.zip (187.9 kB)
Email in envelope

Get an email when there's a new version of TasksTodo

Home
Name Modified Size InfoDownloads / Week
taskstodo.zip 2017-10-11 187.9 kB
LIESMICH 2016-10-13 2.7 kB
README 2016-10-13 2.1 kB
Totals: 3 Items   192.7 kB 0
TasksTodo is a fork of Rob Hensley's ackerTodo (sourceforge.net/p/ackertodo)

1. FEATURES OF TASKSTODO
========================

TasksTodo lets you manage tasks - your own and the ones of other users. It supports multiple users, so users can assign tasks to other users when allowed. Tasks can be categorised, can be assigned a priority, can be timed to a deadline and can be defined as recurrent (daily, weekly, monthly or yearly).
The user interface is written in PHP and HTML so you can access TasksTodo with a web browser. You can translate it to your preferred language.
You need a web server with PHP support and a mySQL server. Both can be installed with XAMPP which is free available at the web (the new MariaDB of XAMPP is fully compatible with mySQL). You can also setup a virtual or real linux machine and install the components (apache, php and mysql). TasksTodo is intended for small teams in a local network.

2. INSTALL TASKSTODO
====================

Unzip the downloaded archive taskstodo.zip to a local folder and copy/move it to the document root folder of your web server (e. g. /var/www/html for most Linux systems or C:/xampp/htdocs for a XAMPP installation in Windows). Under Linux systems be aware of the right permissions for the folder and its subfolders as well as for the files!
Edit the file taskstodo/config/config.inc.php according to the comments.
In your browser open the setup.php of the setup folder (e. g. localhost/taskstodo/setup/setup.php). You will be prompted to confirm the information you put in into the config file. Proceed and you should end up with a installation successful message.
After the successful installation you can delete the setup folder.
Now you can access TasksTodo in your browser (e. g. localhost/taskstodo) and login with the default administrator user admin (password admin). You should change the admin's password!
Logged in as administrator (you can mark other users as administrators) you can setup your TasksTodo installation by adding users, adding groups, manage these groups, add global categories etc.
Source: README, updated 2016-10-13