summaryrefslogtreecommitdiff
path: root/minimal.cfg
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-01-15 21:18:11 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-01-15 21:19:24 +0100
commit8210fe90eaff71d5c78cec07e0172444e8b3de97 (patch)
treec4666cf032522990314b18ccefeadfbe7e83ec9a /minimal.cfg
parent77bd3e04968e9450203fbb2b0ef4b9eb165c5889 (diff)
downloadsearxng-8210fe90eaff71d5c78cec07e0172444e8b3de97.tar.gz
searxng-8210fe90eaff71d5c78cec07e0172444e8b3de97.zip
production environment with supervisor and crontab
Diffstat (limited to 'minimal.cfg')
-rw-r--r--minimal.cfg17
1 files changed, 17 insertions, 0 deletions
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