Home Contact Buy Now
Home Download Video Buy Now Resellers Contact

General Outline of the Installation Process


This section describes Anuko Time Tracker installation process in general. Basically, you need to have several components working together before installing Anuko Time Tracker. They are:

  • A clean from viruses and spyware operating system, which is updated with the latest security patches and / or service packs or fixes.
  • A web server that can render HTML and PHP files.
  • PHP with MySQL and GD extensions. MySQL extension is required to work with MySQL database server. GD extension is needed to display charts on "my time" pages in Anuko Time Tracker. If you plan to use LDAP Authentication Module in Windows Active Directory you will additionally need PHP LDAP extension.
  • A database server that is supported by PEAR such as MySQL.

All you need to do is to make sure that each of the above components is properly installed, configured, and works properly. So, our general install plan is very simple:

  1. Make sure that your operating system is healthy and properly patched.
  2. Install a web server and make sure it can serve HTML documents.
  3. Install PHP, configure your server to work with PHP scripts, and make sure it can work with PHP files.
  4. Install MySQL, mbstring, and GD extensions for PHP. Install LDAP extension if you are going to use LDAP Authentication Module.
  5. Install a database server such as MySQL and make sure it is working properly.
  6. Install, configure, and test Anuko Time Tracker.

Anuko Time Tracker Installation Guide