source: waeup_z2sql/trunk/README.txt @ 323

Last change on this file since 323 was 93, checked in by toni, 19 years ago
  • replaced DB schema in .sql by a pg dump that also includes sample data
  • added faculty entry to the app
File size: 1.6 KB
Line 
1
2To install this software, load the database from the dump:
3
4$ pg_restore waeup-dump.dump
5
6If you get errors, you may need some prerequisites, like eg PL-SQL.
7
8After that, get a Zope instance, preferably 2.8.2 (I only tested with that),
9and import the .zexp file.
10
11To use the software, point your browser to the folder created by the import
12(named "demo").
13
14Please note that this is less than alpha quality software.
15
16Currently, 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
26During all this, scratchcard PINs are consumed, which means, that these
27will be emtpy at some point.
28
29What 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
35The absense of security means that there is no protection against misuse.
36
37This could be retrofitted somewhat, along with the much desirable
38re-architecturing, or at least restructuring, of the application.
39
40
41Suggestions and support on how to improve this software is very welcome, as
42well 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
46arrangement(s).
47
48Included 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
552005-10-26, Toni Mueller, support@oeko.net
56
Note: See TracBrowser for help on using the repository browser.