All Projects → nirix → Traq

nirix / Traq

Licence: gpl-3.0
Project management and issue tracking system written in PHP.

Projects that are alternatives of or similar to Traq

Kreta
Modern project management solution
Stars: ✭ 177 (+20.41%)
Mutual labels:  project-management, issue-tracker
iguana
Iguana is an open source issue management system with a kanban board.
Stars: ✭ 39 (-73.47%)
Mutual labels:  issue-tracker, project-management
Bitnami Docker Redmine
Bitnami Docker Image for Redmine
Stars: ✭ 172 (+17.01%)
Mutual labels:  project-management, issue-tracker
Actionview
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
Stars: ✭ 1,357 (+823.13%)
Mutual labels:  project-management, issue-tracker
Yona
Project Hosting SW, DEMO:
Stars: ✭ 418 (+184.35%)
Mutual labels:  project-management, issue-tracker
Orchardcollaboration
Orchard Collaboration is a free, open source ticketing system, project management and collaboration framework build on top of the Orchard CMS. It natively integrates with Orchard CMS and extends its features by allowing its users to collaboratively work on the content or by simplifying communication with the customers.
Stars: ✭ 37 (-74.83%)
Mutual labels:  issue-tracker, project-management
rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+10.88%)
Mutual labels:  issue-tracker, project-management
Lavagna
Lavagna: issue tracker/project management tool
Stars: ✭ 527 (+258.5%)
Mutual labels:  project-management, issue-tracker
Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (+158.5%)
Mutual labels:  project-management, issue-tracker
Support
Agile project management integrated with GitHub
Stars: ✭ 373 (+153.74%)
Mutual labels:  project-management, issue-tracker
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+3530.61%)
Mutual labels:  project-management, issue-tracker
Waffle.io
Smart and Simple Project Management for Teams on GitHub (A repo for tracking the Waffle.io team's public-facing work.)
Stars: ✭ 775 (+427.21%)
Mutual labels:  project-management, issue-tracker
Overview
🎈 Start here for current projects, how to get involved, and joining community calls, a resource for new and veteran members
Stars: ✭ 117 (-20.41%)
Mutual labels:  project-management
Communityserver
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
Stars: ✭ 1,363 (+827.21%)
Mutual labels:  project-management
Organice
An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
Stars: ✭ 1,327 (+802.72%)
Mutual labels:  project-management
Egroupware
Web based groupware server written in PHP, forum at https://help.egroupware.org/
Stars: ✭ 128 (-12.93%)
Mutual labels:  project-management
Pearproject
pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作
Stars: ✭ 1,610 (+995.24%)
Mutual labels:  project-management
Wuffle
A multi-repository task board for GitHub issues.
Stars: ✭ 93 (-36.73%)
Mutual labels:  project-management
Hr Payroll
HRM is a Modern and responsive Human Resource Management System. It is developed by PHP and Codeigniter framework. It is designed and developed for office management and company employee management.
Stars: ✭ 86 (-41.5%)
Mutual labels:  project-management
Redmine Progressive Projects List
Redmine plugin provides projects list with progress bars for every project and version
Stars: ✭ 80 (-45.58%)
Mutual labels:  project-management

Traq

Traq is a PHP powered project manager and issue tracker featuring multiple projects, milestones, custom fields, per-project permissions, email notifications and much more.

Build Status

Requirements

  • PHP 7.2 or later
  • Database
    • MariaDB/MySQL
    • PostgreSQL

You will need to configure your server to use public/index.php as the 404 page.

Installation

Open Traq in your browser and follow the installation steps.

From Repository

composer install
yarn
yarn dev
cp .env.example .env
php artisan key:generate

After that is complete, ener your details into the .env file and open the path to Traq in a browser and follow the installation steps.

Alternatively you can run the migrations seed the development data:

php artisan migrate --seed

Translations

Traq is developed in English but is easily translated to other languages.

Any translations for Traq should be submitted to the forum. This is to keep unmaintained/outdated translations out of the repository.

Licenses

  • Traq is released under the GNU GPL license, version 3 only. See the COPYING file for more information.
  • Avalon is released under the Apache License 2.0.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].