source: waeup_z2sql/trunk/README.txt @ 83

Last change on this file since 83 was 62, checked in by toni, 19 years ago

added a list of files

File size: 982 bytes
Line 
1
2To install this software, manually adapt the schema to your needs
3(esp.: change the usernames contained therein), and create a
4database. The pre-configured database name is "waeup". Then
5import the schema:
6
7$ psql waeup < waeup-schema.sql
8
9If you get errors, you may need some prerequisites, like eg PL-SQL.
10
11
12After that, get a Zope instance, preferably 2.8.2 (I only tested with that),
13and import the .zexp file.
14
15To use the software, point your browser to the folder created by the import
16(named "demo").
17
18Please note that this is less than alpha quality software.
19
20Suggestions on how to improve this software is very welcome, as well as useful
21patches, although I can promise you nothing.
22
23
24(c) 2005 Oeko.neT, software available under the GPLv2, or via private
25arrangement(s).
26
27Included files:
28
29- README.txt (this file you are currently reading)
30- demo-2005-10-20.1.zexp (code "base")
31- waeup-schema.sql (database structure for Pg)
32
33
342005-10-20, Toni Mueller, support@oeko.net
35
Note: See TracBrowser for help on using the repository browser.