]> git.donarmstrong.com Git - infobot.git/blob - setup/README
dunno
[infobot.git] / setup / README
1 Welcome,
2
3 This directory has changed slightly. The new format allows for
4 each type of database to have its own schema. The following
5 directories are included:
6
7         mysql/          -- Schema for the popular MySQL
8         sqlite/         -- Schema for v2 or v3 of SQLite
9         sqlite2/        -- Schema for specifically v2 of SQLite
10         pgsql/          -- Schema for PostgreSQL
11
12 Also, the included setup.pl has been modified to work with
13 all of the above types of databases. (FIXME: actually, only
14 MySQL until I actually change it)
15
16 To automate the setup of your database and user, type:
17
18         cd ~/infobotdir
19         ./setup/setup.pl
20
21 (NOTE: The setup will ask for an account capable of administrating
22 the database server!)
23
24 # vim:ts=4:sw=4:expandtab:tw=80