Skip to content

Project management and issue tracking system written in PHP.

License

Notifications You must be signed in to change notification settings

Dheia/traq-Project-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,387 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Traq

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

Requirements

  • PHP 8.0+
  • MariaDB (or MySQL)
  • Apache mod_rewrite (or server configured to use index.php as the 404 page).

Building

After cloning the repository:

# Initialise and update submodules (Avalon framework)
git submodules init
git submodules update

# Install dependencies with yarn or npm
yarn

# Build UI
yarn build

Installation

  1. Upload Traq to a server
  2. Open URL in browser
  3. Follow installation steps

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

See TERMINATED_LICENCES.md

Contributors

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

About

Project management and issue tracking system written in PHP.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 37.5%
  • Vue 25.5%
  • CSS 14.0%
  • TypeScript 10.5%
  • JavaScript 9.2%
  • HTML 3.3%