[go: up one dir, main page]

Menu

[ab7a0e]: / mod.ccontrol / README  Maximize  Restore  History

Download this file

19 lines (12 with data), 480 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
Follow these steps to setup the database for the ccontrol module.  This
file assumes that postgresql is running and configured, and that you have
access to add and modify databases within it.

Create the database
-------------------
> createdb ccontrol

Note that this assumes that the ccontrol database does not already exist.

Load the schema
---------------
Make sure you are in the gnuworld/doc directory.

> psql ccontrol < ccontrol.sql
> psql ccontrol < ccontrol.help.sql