-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsample_local_settings_solaris.py
29 lines (24 loc) · 1.38 KB
/
sample_local_settings_solaris.py
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
cfg = {
'jam_install': '/opt/AptanaJaxer',
'unzip_location': '/opt',
'start_servers': '/opt/AptanaJaxer/scripts/start.sh',
'stop_servers': '/opt/AptanaJaxer/scripts/stop.sh',
'httpd_pid': '/opt/AptanaJaxer/Apache22/logs/httpd.pid',
'results_file': '/opt/AptanaJaxer/jaxer/aptana/diagnostics/results.html',
'jam_package': '/home/cltbld/dev/trunk/products/server/distro/Jaxer_package_withApache.zip',
'jam_mount': '',
'apache-name': 'httpd',
'apxs-name': '/opt/AptanaJaxer/Apache22/bin/apxs',
'jaxermanager-name': 'jaxermanager',
'browser': 'firefox',
'browser-name': 'firefox',
'kill': 'killall',
'host': 'http://localhost:8081',
'page': 'aptana/diagnostics/testRunner.html',
'query': 'runAll=true&writeTo=results.html',
'makeDocs': True,
'frameworkRoot': '/home/cltbld/dev/trunk/products/server/src/mozilla/ff-release/dist/bin/framework',
'docgenRoot': '/home/cltbld/dev/ide_crossover/docgen/libs/',
'docRoot': '/home/cltbld/dev/trunk/products/server/jam/jaxer/aptana/doc/api/',
'skipBuilds': False
}