Changeset 93
- Timestamp:
- 26 Oct 2005, 22:19:19 (19 years ago)
- Location:
- waeup_z2sql/trunk
- Files:
-
- 2 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_z2sql/trunk/README.txt
r62 r93 1 1 2 To install this software, manually adapt the schema to your needs 3 (esp.: change the usernames contained therein), and create a 4 database. The pre-configured database name is "waeup". Then 5 import the schema: 2 To install this software, load the database from the dump: 6 3 7 $ p sql waeup < waeup-schema.sql4 $ pg_restore waeup-dump.dump 8 5 9 6 If you get errors, you may need some prerequisites, like eg PL-SQL. 10 11 7 12 8 After that, get a Zope instance, preferably 2.8.2 (I only tested with that), … … 18 14 Please note that this is less than alpha quality software. 19 15 20 Suggestions on how to improve this software is very welcome, as well as useful 21 patches, although I can promise you nothing. 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. 22 43 23 44 … … 29 50 - README.txt (this file you are currently reading) 30 51 - demo-2005-10-20.1.zexp (code "base") 31 - waeup- schema.sql (database structurefor Pg)52 - waeup-dump.dump (database structure and sample data for Pg) 32 53 33 54 34 2005-10-2 0, Toni Mueller, support@oeko.net55 2005-10-26, Toni Mueller, support@oeko.net 35 56
Note: See TracChangeset for help on using the changeset viewer.