]> andersk Git - moira.git/blame - db/README
Programmer: John Kohl
[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
91. run "createdb" from the shell
102. run the quel commands in newdb to create the tables
113. run newsms
124. if you want any queries to be publically executable, change their
13 capacls entries from list_id 2 to 1.
14
15Example:
16
17 createdb testsms
18 quel testsms
19 \i newdb
20 \g
21 \q
22 newsms
23 mar
24
25 19000
26 19000
27 600
28 mar
29 renamedb testsms newsms
30
31
32THINGS TO DO:
33
34automate generation of stub procs in newsms.qc
This page took 0.052846 seconds and 5 git commands to generate.