|
@@ -303,6 +303,8 @@ jQuery(document).ready(function () {
|
|
|
$skipPhpFiles[] = 'se-lib/RouteBase.php';
|
|
$skipPhpFiles[] = 'se-lib/RouteBase.php';
|
|
|
$skipPhpFiles[] = 'se-lib/HttpException.php';
|
|
$skipPhpFiles[] = 'se-lib/HttpException.php';
|
|
|
$skipPhpFiles[] = 'se-lib/DebugExecutionTime.php';
|
|
$skipPhpFiles[] = 'se-lib/DebugExecutionTime.php';
|
|
|
|
|
+ $skipPhpFiles[] = 'se-lib/UI.php';
|
|
|
|
|
+ $skipPhpFiles[] = 'se-lib/Request.php';
|
|
|
|
|
|
|
|
$cmd = "cd {$installPath}/SE && find . -name '*.php' ";
|
|
$cmd = "cd {$installPath}/SE && find . -name '*.php' ";
|
|
|
$out = ''; $ret = '';
|
|
$out = ''; $ret = '';
|
|
@@ -487,6 +489,15 @@ jQuery(document).ready(function () {
|
|
|
//$this->menu($args['licence_id']);// TODO: GO BACK BTN
|
|
//$this->menu($args['licence_id']);// TODO: GO BACK BTN
|
|
|
try {
|
|
try {
|
|
|
$appLicenceInfo = $this->getAppLicenceInfo($args['licence_id']);
|
|
$appLicenceInfo = $this->getAppLicenceInfo($args['licence_id']);
|
|
|
|
|
+
|
|
|
|
|
+ // TODO: if (59 ) => baratosz.sledz - na lokalnym kompie
|
|
|
|
|
+ // bn:~/$ scp -r SE server@192.168.61.153:~/se.encrypted.upgrade
|
|
|
|
|
+ // remote SE.git = '/Users/bartoszsledz/Desktop/production-se'
|
|
|
|
|
+ // remote:~/$ mv SE ~/SE.bup.2017-07-03
|
|
|
|
|
+ // remote:~/$ mv ~/se.encrypted.upgrade/SE SE
|
|
|
|
|
+ // remote:~/$ cp -r ~/SE.bup.2017-07-03/config SE/
|
|
|
|
|
+ // remote:~/$ sudo chown -R bartoszsledz:staff SE/
|
|
|
|
|
+
|
|
|
$this->_sendToRemoteTestDir($appLicenceInfo);
|
|
$this->_sendToRemoteTestDir($appLicenceInfo);
|
|
|
echo "Test online: ";
|
|
echo "Test online: ";
|
|
|
echo UI::h('a', ['target'=>"_blank", 'href'=>"https://{$appLicenceInfo->mainServer}/se.encrypted.upgrade/"], "https://{$appLicenceInfo->mainServer}/se.encrypted.upgrade/");
|
|
echo UI::h('a', ['target'=>"_blank", 'href'=>"https://{$appLicenceInfo->mainServer}/se.encrypted.upgrade/"], "https://{$appLicenceInfo->mainServer}/se.encrypted.upgrade/");
|