Commit 96883f28 authored by Rafael Monnerat's avatar Rafael Monnerat

Enable erp5 site creation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44090 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0510dd0
......@@ -123,6 +123,7 @@ class Recipe(BaseSlapRecipe):
for zope_number in xrange(1, CONFIG['zope_amount'] + 1):
self.installZope(zope_number, simple_zope)
self.installERP5Site()
self.installHaproxy()
self.installTestRunner()
self.linkBinary()
......
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