Commit bb8a66e8 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix simple (no Zeo) zope installation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe356504
......@@ -119,7 +119,7 @@ class Recipe(BaseSlapRecipe):
login_list = url_list
url_list.append(self.installZope(ip=self.getLocalIPv4Address(),
port=12000 + 1, name='zope_%s' % 1,
zodb_root_path=CONFIG['zodb_root_path']))
zodb_root_path=zodb_root_path))
haproxy_login = self.installHaproxy(
ip=self.getLocalIPv4Address(), port='15000', name='login',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment