production environment with supervisor and crontab

This commit is contained in:
Matej Cotman 2014-01-15 21:18:11 +01:00
parent 77bd3e0496
commit 8210fe90ea
5 changed files with 71 additions and 6 deletions

17
minimal.cfg Normal file
View file

@ -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