-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduction.cfg
127 lines (113 loc) · 2.21 KB
/
production.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[buildout]
parts =
# celery parts
celery
rabbitmq
rabbitmq_conf
schedule_scripts
# couch parts
spider-monkey
couchdb
couchdb-lucene
couchdb-lucene-config
# web parts
django
django-config
console_scripts
rubygems
uwsgi
nginx
nginx-config
libevent
memcached
# development parts
nose
extends =
celery.cfg
couch.cfg
web.cfg
base.cfg
versions.cfg
eggs =
Django
BeautifulSoup
feedparser
lxml
couchdb
celery
amqplib
fabric
pysqlite
akorn_admin
akorn_search
akorn.celery
akorn.scrapers
ipython
requests<1.2.3
django_assets
django-extensions
python-spidermonkey
mock
readline
cssmin
cssselect
pylibmc
iso8601
auto-checkout =
akorn_admin
akorn_search
akorn.celery
akorn.scrapers
collective.recipe.couchdblucene
show-picked-versions = true
versions = versions
[ports]
http = 80
uwsgi = 9005
[hosts]
localhost = 127.0.0.1
celery = 127.0.0.1
wsgi = 127.0.0.1
admin = 127.0.0.1
[uwsgi]
recipe = buildout.recipe.uwsgi
xml-master = True
xml-processes = 1
xml-socket = ${hosts:localhost}:${ports:uwsgi}
xml-wsgi-file = ${buildout:bin-directory}/django.wsgi
[nginx-config]
recipe = collective.recipe.template
input = ${buildout:directory}/templates/nginx/conf/nginx.conf
output = ${nginx:location}/conf/nginx.conf
http_port = ${ports:http}
server_name = localhost
uwsgi_host = ${hosts:localhost}
uwsgi_port = ${ports:uwsgi}
static_dir = ${buildout:directory}/src/akorn_search/akorn_search/collectedstatic/
[django]
recipe = djangorecipe
projectegg = akorn_search
settings = settings
eggs = ${buildout:eggs}
extra-paths = ${buildout:directory}/src
${buildout:directory}/src/akorn_search
${buildout:directory}/src/akorn_search/akorn_search
test = akorn_search
wsgi = true
[console_scripts]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
scripts = ipython
[nose]
recipe = pbp.recipe.noserunner
eggs =
${buildout:eggs}
[supervisor]
recipe = collective.recipe.supervisor
programs =
${celery-supervisor:programs}
${couch-supervisor:programs}
${web-supervisor:programs}
[rubygems]
recipe = rubygemsrecipe
gems = sass