Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

This is a fork of Traq to add sqlite support and repository browsing. It can also serve git repositories and manage ACL. It fixes a lot of bugs and security vulnerabilities, among other things.

License

ducalex/Traq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traq

Traq is a PHP powered project manager, capable of tracking issues for multiple projects with multiple milestones.

Requirements

  • PHP 5.4+
  • MySQL or SQLite3
  • Apache mod_rewrite or server configured to use index.php as the 404 page.

Installation

In your browser, open the location you placed Traq in and follow the installation steps.

If you aren't using Apache you will need to configure rewriting. See the following example for nginx:

if ($uri !~ ^/traq/(install|assets|asset\.php)(/|$)) {
    rewrite "^/traq/(.+)$" /traq/index.php last;
}

Licenses

  • Traq is released under the GNU GPL license, version 3 only.
  • Avalon is released under the GNU Lesser GPL license, version 3 only.
  • Nanite is released under the GNU Lesser GPL license, version 3 only.

Terminated Licenses

Licenses permanently terminated:

  • devxdev / Devon Hazelett: Files, classes and functions were taken and completely stripped of copyright, warranty and code comments then used in the "Soule Framework".

  • burnpiro / Kemal Erdem and michalantoszczuk: Traq was forked and all references to Traq in each files copyright headers was removed and replaced with "Shelu".

Contributors

A list of people who contribute or have contributed to Traq can be found on Github.

Credits

About

This is a fork of Traq to add sqlite support and repository browsing. It can also serve git repositories and manage ACL. It fixes a lot of bugs and security vulnerabilities, among other things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published