Commit 1f4f755e authored by Mayoro Diagne's avatar Mayoro Diagne

configuring xellplan and remove install file after begining using it

parent 602e2499
...@@ -31,7 +31,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_} ...@@ -31,7 +31,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration] [application-configuration]
location = inc/sfx.php location = inc/sfx.php
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = lamp.simple module = lamp.simple
...@@ -66,4 +66,4 @@ recipe = plone.recipe.command ...@@ -66,4 +66,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
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