Hi,

I'm currently evaluating gPM. I've installed the tools and the web application. 
Now I'm trying to install exampel instances, e.g. OpenTest 1.0 
(http://gforge.enseeiht.fr/frs/download.php/3105/OpenTests_v1.0_src.zip). I did 
the following to install the metadata and the data into the database.

#Database Initialization
./instantiate -I -P passwd

# Import Instances
find instances/OpenTests_v1.0_src/metadata -maxdepth 2 -name *.xml -exec 
./instantiate -P passwd -N OpenTests {} \;

# Import data
find instances/OpenTests_v1.0_src/data -maxdepth 2 -name *.xml -exec 
./instantiate -P passwd -N OpenTests {} \;

During the instantiation process all seems to work properly (Dynamic schema 
generated successfully...). When I have a look at the database, all the tables 
are empty.

So, what do I have to do to install the sample instances?
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/cgi-bin/mailman/listinfo/topcased-users

Reply via email to