configs: debian packages added

- added circus nginx conf fix.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-28 02:09:36 -06:00
parent 1620a60905
commit b9f7564048
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[watcher:nginx] [watcher:nginx]
cmd = /usr/sbin/nginx -c ./nginx.dynamicweb.conf cmd = /usr/sbin/nginx -c nginx.dynamicweb.conf
numprocesses = 1 numprocesses = 1
use_sockets = False use_sockets = False
copy_env = True copy_env = True

View file

@ -1,9 +1,13 @@
python-dev python3-dev
virtualenvwrapper virtualenvwrapper
libzmq-dev libzmq-dev
libevent-dev libevent-dev
nginx nginx
postgresql postgresql
postgresql-dev postgresql-dev
postgresql-server-dev-9.4
memcached memcached
libmemcached-dev libmemcached-dev
libxml2-dev
libxslt1-dev
python3-lxml # this depends on the amount of ram that the server has.