forked from zaclys/searxng
production environment with supervisor and crontab
This commit is contained in:
parent
77bd3e0496
commit
8210fe90ea
5 changed files with 71 additions and 6 deletions
17
minimal.cfg
Normal file
17
minimal.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue