forked from UPCnet/maxserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevel-with-osiris.cfg
76 lines (63 loc) · 1.27 KB
/
devel-with-osiris.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
[buildout]
extends = devel.cfg
versions.cfg
versions = versions
parts =
# Framework
max
omelette
supervisor
supervisor-config
releaser
# tests
coverage
test
test-bunny
test-carrot
test-osiris
# Nginx
headers-module
nginx
nginx-common-settings
nginx-cors-headers
nginx-cors-preflight
nginx-max-root-instance
nginx-max-server
nginx-osiris-server
nginx-upstream-servers
nginx-ssl-settings
nginx-devel-with-osiris
# Databases & messaging
mongodb
rabbitmq
# Config files
mongodb-config
mongocli
maxsettings
max-ini
bigmax-ini
rabbit-server-ini
rabbit-config-ini
common-ini
maxbunny-ini
maxtweety-ini
osiris-ini
# Rabbit plugins build
rabbit-build-max-auth
rabbit-build-stomp
eggs =
develop =
extensions = mr.developer
auto-checkout = *
find-links =
http://pypi.upc.edu/links
# extend max section eggs, to generate a single pserve with both
# max and osiris dependencies. If we enable both max and osiris sections
# the latter would overwrite the first pserver script
[max]
eggs+=
osiris[ldap]
chaussette
[supervisor-config]
template = devel-with-osiris.cfg
environment = HOME="${buildout:directory}/var/rabbitmq/home"