]> andersk Git - moira.git/blame_incremental - db/README
cleanup GDSS stuff, USELOCALLIBS, and port to Solaris
[moira.git] / db / README
... / ...
CommitLineData
1/mit/smsdev/db/README: $Header$
2
3This directory contains stuff necessary to create and initialize an
4sms database. Note that some other directories rely on files here
5(notably newdb), and that the newsms program relies on other files.
6
7STEPS TO CREATE A DATABASE:
8
91. run "createdb sms" from the shell
102. run the quel commands in newdb to create the tables
113. run newmoira
124. if you want any queries to be publically executable, change their
13 capacls entries from list_id 2 to 1.
145. run the quel commands in dbopt to create indices on the data.
15
16Example:
17
18 createdb sms
19 quel sms
20 \i newdb
21 \g
22 \q
23 newmoira
24 mar
25
26 19000
27 19000
28 600
29 mar
30 quel sms
31 \i dbopt
32 \g
33 \q
34
35
36THINGS TO DO:
37
38automate generation of stub procs in newmoira.qc
This page took 0.032372 seconds and 5 git commands to generate.