Difference between revisions of "Schema Evolution Toolsuite"

From Schema Evolution
Jump to: navigation, search
(New page: temporary stub page.)
 
Line 1: Line 1:
temporary stub page.
+
This page reports a quick guide for installing and using the Schema Evolution Suite
 +
 
 +
== Guide ==
 +
The last version of the suite has been uploaded on the yellowstone svn and is ready for the download.
 +
Once you got the suite, I suggest to import it inside the Eclipse Ide;
 +
Up to now the functionality provided by the suite are:
 +
download of the schema revision from an svn site
 +
installation of the downloaded schema inside mysql
 +
filling of an evolution database
 +
The suite is focused on the xml file inside the config folder;
 +
The file contains all the parameters nedded by the application; the parameter you need to set before running the application are:
 +
*svnurl: the url of the svn site from which you'll download the schema
 +
*svnuser/svnpwd: user and password of the svn
 +
*mysqlhost.
 +
*mysqlport.
 +
*dbbasename: the name that the suite we'll use for installing a database ( if you want to test the suite without having trouble, use a name you don't have inside mysql)
 +
**the suite in any case test if there is already a db installed with the same name
 +
*dbevolution: the name of the db you where you want to keep the result of the operations and that will be filled with the information_schema data
 +
*parameters for the functionality of the application: set it to true if you want to run that function, atherwise set it to false; if you want to run all the function togheter, set global to true
 +
**download/install/filling/global

Revision as of 16:04, 10 October 2008

This page reports a quick guide for installing and using the Schema Evolution Suite

Guide

The last version of the suite has been uploaded on the yellowstone svn and is ready for the download. Once you got the suite, I suggest to import it inside the Eclipse Ide; Up to now the functionality provided by the suite are: download of the schema revision from an svn site installation of the downloaded schema inside mysql filling of an evolution database The suite is focused on the xml file inside the config folder; The file contains all the parameters nedded by the application; the parameter you need to set before running the application are:

  • svnurl: the url of the svn site from which you'll download the schema
  • svnuser/svnpwd: user and password of the svn
  • mysqlhost.
  • mysqlport.
  • dbbasename: the name that the suite we'll use for installing a database ( if you want to test the suite without having trouble, use a name you don't have inside mysql)
    • the suite in any case test if there is already a db installed with the same name
  • dbevolution: the name of the db you where you want to keep the result of the operations and that will be filled with the information_schema data
  • parameters for the functionality of the application: set it to true if you want to run that function, atherwise set it to false; if you want to run all the function togheter, set global to true
    • download/install/filling/global
Personal tools