peterdd a1ffafd65d Merge pull request #953 from flyspray/composer-audit-ignores
add audit ignores for some dependencies
2025-12-17 04:03:51 +01:00
2016-02-29 21:21:59 +01:00
2019-01-21 21:29:50 +01:00
2015-03-05 03:16:40 +01:00
2025-10-21 08:11:32 +02:00
2019-03-12 11:46:30 +01:00
2019-10-27 07:15:10 +01:00
2022-11-08 17:46:22 +01:00
2006-09-01 14:08:27 +00:00
2015-03-16 14:13:45 +01:00
2014-08-04 15:11:27 -07:00
2018-06-04 16:39:12 +02:00
2020-08-25 01:23:48 +02:00
2018-06-04 16:37:19 +02:00
2017-09-25 01:32:50 +02:00
2021-09-20 14:34:51 +02:00

Flyspray Bug Tracking System

Flyspray is an uncomplicated, web-based bug and task tracking system.

Have you spotted Flyspray in the wild? Does your company or project use Flyspray? You can send a note to the Mailing List including your project or company name, Flyspray URL (if public), homepage, and a nice testimonial if you are in the mood and we'll have it added to the list of who is using Flyspray.

Installation

https://www.flyspray.org/manual/install

Upgrading

  1. Create a backup of your files and database

  2. Remove all files but keep:

    • flyspray.conf.php
    • attachments/ directory
    • avatars/ directory
    • maybe your own logo image if you replaced the flyspray logo
    • maybe .htaccess if you use it
    • maybe own extra customized *.css files like custom_yourproject.css in themes/CleanFS/ (only users of 1.0-dev versions)
  3. Copy the new files to the Flyspray directory

  4. Make sure flyspray.conf.php is writeable by the webserver.

  5. Open http://yourflyspray/setup/ in your webbrowser. It detects the existing installation and you can follow the upgrade steps.

  6. Note: Do not forget to press F5 (or CTRL+F5, depending on cache policy) after the upgrade in web browser to reload also cached CSS-files to see effects of updated CSS-files. They are cached by default for 14 days in the webbrowser.

Dependencies

Install php

Linux: Just use the package manager or one of its frontends of your Linux distribution.
For instance for Debian based Linux distributions:
sudo apt-get install php

Windows:
https://php.net/downloads

Install

Installing from prepackaged releases that include also needed 3rd party libraries

tar xzf flyspray-1.0-rc11.tgz

Rename folder flyspray-1.0-rc11 to shorter name or move to webroot if you want and point your webbrowser there and follow the configuration instructions.

Installing from source releases via command line

curl -L https://github.com/Flyspray/flyspray/archive/v1.0-rc11.tar.gz | tar xz
cd flyspray-1.0-rc11
curl -sS https://getcomposer.org/installer | php
php composer.phar install --no-dev

Rename folder flyspray-1.0-rc11 to shorter name or move to webroot if you want and point your webbrowser there and follow the configuration instructions.

Windows users can download Windows installer on https://getcomposer.org/download/

If you downloaded the installer, make sure to include it to shell when asked.

Download vendors

Using command lines:
- 'cd' to the main Flyspray directory
- Type 'php composer.phar install' to automatically download the vendors
S
Description
Flyspray Bug Tracking System
Readme LGPL-2.1 22 MiB
Languages
PHP 68.9%
JavaScript 14.1%
Go Template 7%
CSS 6.1%
HTML 3.7%
Other 0.2%