repository for casafeather app
Source
xxxxxxxxxx
use File::Fetch;
use File::Path qw(make_path remove_tree);
use Config;
#Fetch failed! HTTP response: 500 Internal Server Error [500 Can't verify SSL peers without knowing which Certificate Authorities to trust] at scripts/create-app line 62.
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
$exe = abs_path($0);
$path = abs_path(dirname($exe));
$java = '/usr/bin/java';
$jarfile_name = "create-app-assembly-1.12.jar";
$jarfile_name = "create-app-assembly-1.13.jar";
$app_path_root = '';
foreach ( @ARGV ) {
if ( m|app=(.*)| && -d $1 ) {
$app_path_root = abs_path($1);
last;
}
}
### install path