Traq is a PHP powered project manager, capable of tracking issues for multiple projects with multiple milestones.
- PHP 8.1+
- MariaDB (or MySQL)
- Apache mod*rewrite *(or server configured to use
index.php
as the 404 page)._- Rename
htaccess.txt
to.htaccess
or find one that works on your server
- Rename
After cloning the repository:
# Initialise and update submodules (Avalon framework)
git submodules init
git submodules update
# Install dependencies with npm
npm i
# Build UI
npm run build
- Upload Traq to a server
- Open URL in browser
- Follow installation steps
- 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.
See TERMINATED_LICENCES.md
A list of people who contribute or have contributed to Traq can be found on Github.