-installation tweaks

http://dev.sourcefabric.org/browse/CC-1802
This commit is contained in:
mkonecny 2011-01-26 08:23:22 -05:00
parent c3085c8edf
commit a2a8a8eae3
5 changed files with 39 additions and 15 deletions

View file

@ -225,6 +225,9 @@ install_setDirPermissions($CC_CONFIG["storageDir"]);
echo " * Importing sample audio clips \n";
$command = __DIR__."/../utils/airtime-import --copy ../audio_samples/ > /dev/null";
@exec($command, $output, $results);
echo "****************************** Install Complete ******************************\n";
echo "****************************** Database Install Complete ******************************\n";
$command = "python ".__DIR__."/../pypo/install/pypo-install.py";
@exec($command, $output, $results);
//print_r($output);
?>

View file

@ -230,4 +230,7 @@ echo "************************************\n";
echo "* StorageServer Uninstall Complete *\n";
echo "************************************\n";
$command = "python ".__DIR__."/../pypo/install/pypo-uninstall.py";
@exec($command, $output, $results);
//print_r($output);
?>