Kimai - Easy Time Tracking for everyone

Build Kimai from SVN

Nightly Builds can be created by zipping the "core"-folder. Thats all you have todo.

For beta versions we have to edit the file "includes/version.php" and change $kga['status'] to "beta".

For a release we have to do the following:

  1. Deactivate "Debug Extension" and "Demo Extension" (by prepending a # to their folder name)
  2. Change $kga['status'] to an empty string
  3. Add error_reporting(E_ERROR); to "basics.php"