root/galaxy-central/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl @ 3

リビジョン 3, 477 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1[filter-app:main]
2# This puts the interactive debugger in place:
3use = egg:Paste#evalerror
4next = devel
5
6[app:devel]
7# This application is meant for interactive development
8use = egg:${project}
9debug = true
10# You can add other configuration values:
11greeting = Aloha!
12
13[app:test]
14# While this version of the configuration is for non-iteractive
15# tests (unit tests)
16use = devel
17
18[server:main]
19use = egg:Paste#http
20# Change to 0.0.0.0 to make public:
21host = 127.0.0.1
22port = 8080
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。