adding all of botlist, initial add
[botlist.git] / openbotlist / db / scripts / README.txt
blob9bf224be50bc3236b20065fa51db635ae0dbaa0f
1 ##\r
2 ## When making new changes to the database,\r
3 ## for development, the patch system is used.\r
4 ## load a script a particular script to manipulate only\r
5 ## a few tables.\r
6 \r
7  To run the script, use the following:\r
8  (make sure to change to the scripts directory.\r
9    \r
10    For example:\r
11    perl create_db.pl\r
12    \r
13    (when invoking the create_db script, make sure to check\r
14    the username and password in 'create_database.sql'\r
15    \r
16    Create the tables:\r
17    perl create_tables.pl\r
18    \r
19    Load the database:\r
20    perl load_db.pl\r
21    \r
22    ----------------\r
23    Note: after creating the database, make sure to\r
24    change the username and password in 'botlistings-servlet.xml'\r
25    ----------------