|
|
@@ -168,6 +168,7 @@ class DeployDevController {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
// Deployment of the Concrete CMS Application
|
|
|
if ($GLOBALS['debug'] == true) { error_log("Copy master directory to $webDir"); }
|
|
|
exec("sudo /usr/bin/cp -r /var/www/master/* $webDir 2>&1",$cpOutput,$cpReturnCode);
|
|
|
@@ -211,7 +212,7 @@ class DeployDevController {
|
|
|
echo json_encode(['error' => 'Failed to install cms system', 'details' => implode("\n", $createOutput)]);
|
|
|
return;
|
|
|
}
|
|
|
-
|
|
|
+*/
|
|
|
echo json_encode(['success' => 'Development site deployed successfully','details' => implode("\n", $createOutput)]);
|
|
|
}
|
|
|
|