#!/usr/bin/perl use CGI; $cgi=new CGI; print $cgi->header( -expires => 'Sat, 26 Jul 1997 05:00:00 GMT', -Pragma => 'no-cache', -Cache_Control => join(', ', qw(private no-cache no-store must-revalidate max-age=0 pre-check=0 post-check=0)), ); print ' Flyspray Install - php composer.phar install '; print '

Trying to install packages

'; print 'Go to setup page'; #chdir('..'); @step2= `export COMPOSER_HOME=. ; php composer.phar --working-dir=.. install 2>&1`; print '
> php composer.phar install
'; print '
';
foreach (@step2) {
    print;
}
print '
';