/bugtracker

Simple, responsive and highly customizable PHP issue tracking system. Bumpy-Booby fork

Primary LanguagePHPOtherNOASSERTION

Nireus

Issues

GPL License Bitcoin donations Gitter

Nireus is a simple, responsive and highly customizable PHP bug tracking system. Try the demo

Version 1.1.3

Install

Download the latest release and upload to your webserver.

The folder ./database has to be writable for apache: chmod -R 777 database.

See our wiki for details!

Configuration

You can do all changes by opening ./index.php?page=settings in your browser. See our wiki for details!

To configure the API change the settings manually in ./database/config_api.php. There is a sample configuration file ./sample_config/config_api.php.

You can also edit the Captcha which is displayed when a user who is not logged in wants to create a new issue. You can do this with ./database/config_captcha.php file. There is a sample configuration file ./sample_config/config_captcha.php.

API

The API has these features:

  • Default API to create new issues, edit them, and more.
  • Travis CI API to create a new issue when a build with Travis CI fails.
  • Badges that can be displayed in GitHub 'README.md' file.
  • Import RSS Feeds to create new issues from RSS feeds.

GNU GPL License

Copyright (C) 2017 for the software by bugtrackr team & contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.