travaux.neoheberg.fr
Open in
urlscan Pro
84.239.72.155
Public Scan
Submitted URL: https://travaux.neoheberg.fr/
Effective URL: https://travaux.neoheberg.fr/setup/composertest.php
Submission: On March 10 via api from US — Scanned from US
Effective URL: https://travaux.neoheberg.fr/setup/composertest.php
Submission: On March 10 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
THE BUG KILLER! IT SEEMS YOU TRY TO INSTALL A DEVELOPMENT VERSION OF FLYSPRAY. YOU NEED SOME REQUIRED LIBRARIES INSTALLED BY COMPOSER. Use ssh to login to your server, move to the root directory of your unpacked flyspray sources and execute this: curl -sS https://getcomposer.org/installer | php php composer.phar install SHARED HOSTINGS If you are on a shared hosting, there are probably different php versions available. The hosting companies name them often like php5.4, php5.5-cli or php-cgi-7.0. Choose the best matching php-version for your Hosting (should ideally match that of what the webserver uses). To see available php versions on the commandline type php tab tab tab tab is autocompletion on bash, so it shows all executable that start with php. Lets say the webserver uses PHP 5.6 by default, than a php5.6 you found on the commandline is a good choice: curl -sS https://getcomposer.org/installer | php5.6 php5.6 composer.phar install Or take an official release, which contains all needed external packages bundled. Retry README.MD [![Build Status](https://travis-ci.org/Flyspray/flyspray.svg?branch=master)](https://travis-ci.org/Flyspray/flyspray) ### 2023-02-03: Old hoster stopped hosting flyspray.org Please do not use Github for your bug reports or feature request. Instead use our live bug tracker at https://bugs.flyspray.org www.flyspray.org # 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-rc10.tgz Rename folder flyspray-1.0-rc10 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-rc10.tar.gz | tar xz cd flyspray-1.0-rc10 curl -sS https://getcomposer.org/installer | php php composer.phar install --no-dev Rename folder flyspray-1.0-rc10 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