Browse Source

removed php installation with redis stack

release/v3.3.0
harshadyeola 10 years ago
parent
commit
9f7b70308a
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -1517,8 +1517,6 @@ class EEStackController(CementBaseController):
if not EEAptGet.is_installed(self, 'redis-server'):
if not EEAptGet.is_installed(self, 'nginx-custom'):
self.app.pargs.nginx = True
if not EEAptGet.is_installed(self, 'php5-fpm'):
self.app.pargs.php = True
apt_packages = apt_packages + EEVariables.ee_redis
else:
Log.info(self, "Redis already installed")

Loading…
Cancel
Save