https://github.com/nirix/traq
Project management and issue tracking system written in PHP.
https://github.com/nirix/traq
issue-management issue-tracker multiprojects php project-management
Last synced: about 2 months ago
JSON representation
Project management and issue tracking system written in PHP.
- Host: GitHub
- URL: https://github.com/nirix/traq
- Owner: nirix
- License: gpl-3.0
- Created: 2010-08-14T19:32:12.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:31:38.000Z (9 months ago)
- Last Synced: 2024-10-30T09:35:50.670Z (7 months ago)
- Topics: issue-management, issue-tracker, multiprojects, php, project-management
- Language: PHP
- Homepage: https://traq.io
- Size: 8.09 MB
- Stars: 181
- Watchers: 12
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Traq
Traq is a PHP powered project manager, capable of tracking issues for multiple projects with multiple milestones.
## Requirements
- 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## Building
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
```## 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](https://github.com/nirix/traq/graphs/contributors).