(file) Return to install_updated.txt CVS log (file) (dir) Up to [Development] / mygrid / MIR

 1 zhaoj 1.1 1. initializing mir
 2           This is applicable if you build the mir module from mygrid cvs.
 3           1) # mysql --user root
 4           mysql> create database mygrid_kave;
 5           mysql> connect mygrid_kave;
 6           mysql> grant all on mygrid_kave.* to root@localhost;
 7           mysql> create database mygrid_mir;
 8           mysql> connect mygrid_mir;
 9           mysql> grant all on mygrid_mir.* to root@localhost;
10           mysql> \. mir-schema.sql
11           mysql> create database mygrid-lsid;
12           mysql> connect mygrid-lsid;
13           mysql> grant all on mygrid_lsid.* to root@localhost;
14           mysql> create table LSID (id VARCHAR(20) NOT NULL, date VARCHAR(20) NOT NULL, client VARCHAR(100), PRIMARY KEY (id));
15           mysql> quit
16           
17           2) go to /MIR/
18           run:
19           ant initMIRdata
20           This will initialize mir with the compulsory context data.

Rich Cawley
Powered by
ViewCVS 0.9.2