source: main/waeup.sirp/trunk/etc/README.txt @ 6845

Last change on this file since 6845 was 5495, checked in by uli, 14 years ago

Merge changes from ulif-paster branch back into trunk. CAUTION: After this update and running buildout, the old Data.fs will be lost! Make a backup before updating.

File size: 856 bytes
Line 
1In this directory you can find templates which are used by
2``zc.buildout`` to create the configuration files in the parts/etc/ subdir
3of your project.
4
5If you modify files in this directory, you have to run::
6
7  $ bin/buildout
8
9afterwards to rebuild the configuration files in parts/etc/.
10
11In the templates you can use placesholders recognized by zc.buildout
12to name local paths, etc. A zc.buildout placeholder looks like this::
13
14  ${buildout:directory}
15
16which gives you the path of the project directory and will be
17substituted with the real path when you run buildout the next
18time. The set of available placeholders depends on your
19buildout.cfg.
20
21You can also modify files in parts/etc directly, but those changes
22will be overwritten after running bin/buildout the next time.
23
24To run your project you can do::
25
26  $ bin/paster serve parts/etc/deploy.ini
Note: See TracBrowser for help on using the repository browser.