|
|
@ -624,9 +624,8 @@ class EEStackController(CementBaseController): |
|
|
|
|
|
|
|
EEGit.add(self, ["/etc/hhvm"], msg="Adding HHVM into Git") |
|
|
|
EEService.restart_service(self, 'hhvm') |
|
|
|
EEService.reload_service(self, 'nginx') |
|
|
|
|
|
|
|
if os.path.isdir("/etc/nginx") and (not |
|
|
|
if os.path.isfile("/etc/nginx/nginx.conf") and (not |
|
|
|
os.path.isfile("/etc/nginx/common/php-hhvm.conf")): |
|
|
|
|
|
|
|
data = dict() |
|
|
@ -662,6 +661,8 @@ class EEStackController(CementBaseController): |
|
|
|
out=ee_nginx) |
|
|
|
ee_nginx.close() |
|
|
|
|
|
|
|
EEService.reload_service(self, 'nginx') |
|
|
|
|
|
|
|
if set(EEVariables.ee_mysql).issubset(set(apt_packages)): |
|
|
|
# TODO: Currently we are using, we need to remove it in future |
|
|
|
# config = configparser.ConfigParser() |
|
|
|