Members

Note: You can use your Sitellite.org account here and vice versa.

Username

Password

Remember Login

Forgot your password?

Not a member? Click here to register

To Do - Docs

Home        News        Bugs        Downloads        Docs        Forum        CVS        Stats

Installation

1. Install the necessary database tables:

$ mysql -p -u USER DBNAME < inc/app/todo/install/install-mysql.sql
(enter password when prompted)

2. Configure the To Do app by modifying the settings in the
conf/properties.php file.

3. You can use To Do either from within the Sitellite Control Panel
or by accessing it directly at the following URL (change www.yourWebSite.com
to YOUR WEB SITE, of course):

http://www.yourWebSite.com/index/todo-app

That's all there is to it!