Progress
Docs
Pre-installation check
PHP and supported libraries
| Library | Status | |
| PHP >= 4.3.9 | Yes | |
| XML Extension | Yes | |
| SAPI (cgi) | X | |
| Database | in PHP | Flyspray |
| - MySQLi support | Missing | X |
| - MySQL support | Available | Supported |
| - Postgres support | Available | Supported |
To make setup possible, you must have a correct PHP version installed and at least one supported database.
CGI server API is not supported. Consider upgrading to FastCGI, otherwise you have to add
force_baseurl = "http://yourflyspray/" manually to flyspray.conf.php after setup.
Recommended settings:
| Directive | Recommended | Actual |
| Safe Mode | OFF | OFF |
| File Uploads | ON | ON |
| Magic Quotes GPC | OFF | ON |
| Register Globals | OFF | ON |
| CGI fix pathinfo | On | OFF |
These settings are recommended for PHP in order to ensure full compatibility with Flyspray.
However, Flyspray will still operate if your settings do not quite match the recommended shown here.
Directory and File Permissions:
| ../flyspray.conf.php | Writeable | |
| ../cache | Writeable | |
| ../attachments | Writeable |
In order for Flyspray to function correctly it needs to be able to access or write to certain files or directories. If you see "Unwriteable" you need to change the permissions on the file or directory to allow Flyspray to write to it.
Proceed to Licence Agreement:
All configurations seems to be in place. You may proceed to the Licence Agreement page.