From a9fad09d058327078e3213bb43f153db43edd0f8 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 15 Nov 2019 22:57:03 +0500 Subject: [PATCH] add path to mangeto installer --- plogical/applicationInstaller.py | 2 ++ .../websiteFunctions/installMagento.html | 21 +++++++------------ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index ac596f79c..b773e2800 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -1026,6 +1026,8 @@ class ApplicationInstaller(multi.Thread): command = "sudo chown -R " + externalApp + ":" + externalApp + " " + finalPath ProcessUtilities.executioner(command, externalApp) + installUtilities.reStartLiteSpeed() + statusFile = open(tempStatusPath, 'w') statusFile.writelines("Successfully Installed. [200]") statusFile.close() diff --git a/websiteFunctions/templates/websiteFunctions/installMagento.html b/websiteFunctions/templates/websiteFunctions/installMagento.html index fc9cab621..b25f1dc56 100755 --- a/websiteFunctions/templates/websiteFunctions/installMagento.html +++ b/websiteFunctions/templates/websiteFunctions/installMagento.html @@ -62,13 +62,14 @@ -
+
- -
- -
-
+ +
+ +
+
@@ -96,14 +97,6 @@
- - -