From 8210fe90eaff71d5c78cec07e0172444e8b3de97 Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Wed, 15 Jan 2014 21:18:11 +0100 Subject: production environment with supervisor and crontab --- minimal.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 minimal.cfg (limited to 'minimal.cfg') diff --git a/minimal.cfg b/minimal.cfg new file mode 100644 index 000000000..c2a4f5a8d --- /dev/null +++ b/minimal.cfg @@ -0,0 +1,17 @@ +[buildout] +extends = base.cfg +develop = . + +eggs = + searx + +parts += + pyscripts + + +[pyscripts] +recipe = zc.recipe.egg:script +eggs = ${buildout:eggs} +interpreter = py +entry-points = + searx-run=searx.webapp:run -- cgit v1.2.3