From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- setup/composertest.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 setup/composertest.php (limited to 'setup/composertest.php') diff --git a/setup/composertest.php b/setup/composertest.php new file mode 100644 index 0000000..b8a5663 --- /dev/null +++ b/setup/composertest.php @@ -0,0 +1,68 @@ + + + + + + Flyspray Install - Third Party Packages needed + + + +

It seems you try to install a development version of Flyspray.

+

+ +

+ In case the above solution doesn't work for you, 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.

+

README.md

+
+
+		
+		
+
+ + -- cgit v1.2.3-54-g00ecf