summaryrefslogtreecommitdiff
path: root/production.cfg
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-01-02 11:14:49 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-01-10 19:23:10 +0100
commit53979a7bf7669c803c2a493fbf136519f6a293e6 (patch)
tree3b79da9408699108ba89b22cedf73cfff1fe59b7 /production.cfg
parentf9186344b3642fb3d55d2dc46c96c6b25b8ccf41 (diff)
downloadsearxng-53979a7bf7669c803c2a493fbf136519f6a293e6.tar.gz
searxng-53979a7bf7669c803c2a493fbf136519f6a293e6.zip
[mod] remove buildout/makefile infrastructure
Diffstat (limited to 'production.cfg')
-rw-r--r--production.cfg34
1 files changed, 0 insertions, 34 deletions
diff --git a/production.cfg b/production.cfg
deleted file mode 100644
index ea40682d8..000000000
--- a/production.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-[buildout]
-extends = base.cfg
-develop = .
-
-eggs =
- searx
-
-parts +=
- pyscripts
- supervisor
- crontab_reboot
-
-
-[pyscripts]
-recipe = zc.recipe.egg:script
-eggs = ${buildout:eggs}
-interpreter = py
-
-
-[supervisor]
-recipe = collective.recipe.supervisor
-http-socket = unix
-user = searxer
-password = ohpleasedochangeme
-file = /tmp/supervisor.sock
-chmod = 0700
-programs =
- 50 searx ${buildout:bin-directory}/searx-run
-
-
-[crontab_reboot]
-recipe = z3c.recipe.usercrontab
-times = @reboot
-command = ${buildout:bin-directory}/supervisord