|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: init.py,v 1.32 2004-10-16 14:45:12 a1s Exp $ |
| 18 | +# $Id: init.py,v 1.33 2004-11-03 09:44:16 a1s Exp $ |
19 | 19 |
|
20 | 20 | """Init (create) a roundup instance. |
21 | 21 | """ |
@@ -64,20 +64,20 @@ def install(instance_home, template): |
64 | 64 | the directory holding the template to use in creating the instance data |
65 | 65 |
|
66 | 66 | The instance_home directory will be created using the files found in |
67 | | - the named template (roundup.templates.<name>). A standard instance_home |
| 67 | + the named template (roundup.templates.<name>). A usual instance_home |
68 | 68 | contains: |
69 | 69 |
|
70 | | - config.py |
71 | | - simple configuration of things like the email address for the |
72 | | - mail gateway, the mail domain, the mail host, ... |
73 | | - dbinit.py and select_db.py |
74 | | - defines the schema for the hyperdatabase and indicates which |
75 | | - backend to use. |
| 70 | + config.ini |
| 71 | + tracker configuration file |
| 72 | + schema.py |
| 73 | + database schema definition |
| 74 | + initial_data.py |
| 75 | + database initialization script, used to populate the database |
| 76 | + with 'roundup-admin init' command |
76 | 77 | interfaces.py |
77 | | - defines the CGI Client and mail gateway MailGW classes that are |
| 78 | + (optional, not installed from standard templates) defines |
| 79 | + the CGI Client and mail gateway MailGW classes that are |
78 | 80 | used by roundup.cgi, roundup-server and roundup-mailgw. |
79 | | - __init__.py |
80 | | - ties together all the instance information into one interface |
81 | 81 | db/ |
82 | 82 | the actual database that stores the instance's data |
83 | 83 | html/ |
|
0 commit comments