]> andersk Git - moira.git/commitdiff
update instructions
authormar <mar>
Wed, 14 Feb 1990 11:12:40 +0000 (11:12 +0000)
committermar <mar>
Wed, 14 Feb 1990 11:12:40 +0000 (11:12 +0000)
db/README

index e2f16e2ab9fb63a97b5505029842f6a7ef1d70ac..9b2aa48de7784f7398a4611ca8d7a7fd4641217c 100644 (file)
--- a/db/README
+++ b/db/README
@@ -6,34 +6,33 @@ sms database.  Note that some other directories rely on files here
 
 STEPS TO CREATE A DATABASE:
 
-1. run "createdb" from the shell
+1. run "createdb sms" from the shell
 2. run the quel commands in newdb to create the tables
-3. run newsms
+3. run newmoira
 4. if you want any queries to be publically executable, change their
    capacls entries from list_id 2 to 1.
 5. run the quel commands in dbopt to create indices on the data.
 
 Example:
 
-    createdb testsms
-    quel testsms
+    createdb sms
+    quel sms
            \i newdb
            \g
            \q
-    newsms
+    newmoira
            mar
 
            19000
            19000
            600
            mar
-    quel testsms
+    quel sms
            \i dbopt
            \g
            \q
-    renamedb testsms newsms
 
 
 THINGS TO DO:
 
-automate generation of stub procs in newsms.qc
+automate generation of stub procs in newmoira.qc
This page took 0.036542 seconds and 5 git commands to generate.