]> andersk Git - moira.git/blame - db/README
added fs_access TYPE info; updated list of dummy routines
[moira.git] / db / README
CommitLineData
51e7c423 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 dbbuild), and that the newsms program relies on other files.
6
7STEPS TO CREATE A DATABASE:
8
68566efb 91. run "createdb sms" from the shell
51e7c423 102. run the quel commands in newdb to create the tables
68566efb 113. run newmoira
51e7c423 124. if you want any queries to be publically executable, change their
13 capacls entries from list_id 2 to 1.
2dc40abd 145. run the quel commands in dbopt to create indices on the data.
51e7c423 15
16Example:
17
68566efb 18 createdb sms
19 quel sms
51e7c423 20 \i newdb
21 \g
22 \q
68566efb 23 newmoira
51e7c423 24 mar
25
26 19000
27 19000
28 600
29 mar
68566efb 30 quel sms
2dc40abd 31 \i dbopt
32 \g
33 \q
51e7c423 34
35
36THINGS TO DO:
37
68566efb 38automate generation of stub procs in newmoira.qc
This page took 0.069189 seconds and 5 git commands to generate.