1 | |
---|
2 | To install this software, load the database from the dump: |
---|
3 | |
---|
4 | $ pg_restore waeup-dump.dump |
---|
5 | |
---|
6 | If you get errors, you may need some prerequisites, like eg PL-SQL. |
---|
7 | |
---|
8 | After that, get a Zope instance, preferably 2.8.2 (I only tested with that), |
---|
9 | and import the .zexp file. |
---|
10 | |
---|
11 | To use the software, point your browser to the folder created by the import |
---|
12 | (named "demo"). |
---|
13 | |
---|
14 | Please note that this is less than alpha quality software. |
---|
15 | |
---|
16 | Currently, the following things should work: |
---|
17 | |
---|
18 | - A student ID can be checked against a pre-loaded list of student IDs. |
---|
19 | |
---|
20 | - A student can get a bed. |
---|
21 | |
---|
22 | - A student can enter a faculty. This requires that he has sufficient good |
---|
23 | results in his examinations, and also the right set of subjects which |
---|
24 | are required on a per-course-of-study basis. |
---|
25 | |
---|
26 | During all this, scratchcard PINs are consumed, which means, that these |
---|
27 | will be emtpy at some point. |
---|
28 | |
---|
29 | What doesn't work: |
---|
30 | |
---|
31 | - There is way to upload all the photocopied stuff. |
---|
32 | - Workflow in general is poor to non-existant, as well as |
---|
33 | - security. |
---|
34 | |
---|
35 | The absense of security means that there is no protection against misuse. |
---|
36 | |
---|
37 | This could be retrofitted somewhat, along with the much desirable |
---|
38 | re-architecturing, or at least restructuring, of the application. |
---|
39 | |
---|
40 | |
---|
41 | Suggestions and support on how to improve this software is very welcome, as |
---|
42 | well as useful patches, although I can promise you nothing at this point. |
---|
43 | |
---|
44 | |
---|
45 | (c) 2005 Oeko.neT, software available under the GPLv2, or via private |
---|
46 | arrangement(s). |
---|
47 | |
---|
48 | Included files: |
---|
49 | |
---|
50 | - README.txt (this file you are currently reading) |
---|
51 | - demo-2005-10-20.1.zexp (code "base") |
---|
52 | - waeup-dump.dump (database structure and sample data for Pg) |
---|
53 | |
---|
54 | |
---|
55 | 2005-10-26, Toni Mueller, support@oeko.net |
---|
56 | |
---|