-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev.cfg
48 lines (42 loc) · 871 Bytes
/
dev.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
# IPDA - Development Buildout
# ===========================
#
# Use this buildout for development mode. You'll get:
#
# * Tomcat with the PDS Registry Service
# * A debugging instance: zope-debug
# * Omelette for grepping source
# * A test runner
# * A python interpreter with dependent eggs baked right in
# * Backup/restore tools for working with databases.
#
#
# Zope DB Backup/Restore
# ----------------------
#
# Override so we *do* get snapshotrestore in development
[backup]
recipe = collective.recipe.backup
enable_snapshotrestore = true
# Paths
# -----
#
# Override
[paths]
java = /usr/bin/java
java_home = /Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home
[buildout]
extends = etc/base.cfg
parts =
zope
zope-debug
omelette
test
python
backup
# Zope
# ----
#
# Don't use Zeo, developers.
[zope]
zeo-client = off